Skip to content

Commit 3c0cd5b

Browse files
committed
Fix travis configuration
1 parent e7afe01 commit 3c0cd5b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ deploy:
2323
on:
2424
branch: master
2525
- provider: npm
26+
skip_cleanup: true
27+
edge: true
2628
email: $NPM_EMAIL
27-
api_key: $NPM_TOKEN
29+
api_token: $NPM_TOKEN
2830
on:
2931
tags: true

package.json

Lines changed: 1 addition & 1 deletion
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.3",
6+
"version": "0.0.4",
77
"main": "dist/index.js",
88
"module": "dist/es/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)