Skip to content

Commit b4b37e0

Browse files
committed
Fix travis ci configuration
1 parent 3c0cd5b commit b4b37e0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ deploy:
2424
branch: master
2525
- provider: npm
2626
skip_cleanup: true
27-
edge: true
2827
email: $NPM_EMAIL
29-
api_token: $NPM_TOKEN
28+
api_key: $NPM_TOKEN
3029
on:
3130
tags: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Flexible, typed and easy to use React Component ⚛ to provide CSV, TSV and other delimiter-separated values formats (DSV) import functionality.",
44
"keywords": ["react-component", "typescript", "react"],
55
"homepage": "https://openscript.github.io/react-dsv-import/",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"main": "dist/index.js",
88
"module": "dist/es/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)