We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf575ab commit b659669Copy full SHA for b659669
.travis.yml
@@ -9,8 +9,8 @@ node_js:
9
- "node"
10
11
after_success:
12
- - yarn build
13
- if [ -n "$TRAVIS_TAG" ]; then npm version $TRAVIS_TAG; fi
+ - yarn build
14
15
deploy:
16
- provider: npm
package.json
@@ -8,7 +8,7 @@
8
"meta",
"node-fetch"
],
- "version": "0.3.1",
+ "version": "0.0.0",
"main": "dist/index.js",
"files": [
"src/**/*",
0 commit comments