Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nqdy666 committed Oct 6, 2019
1 parent 45e94b1 commit 160fcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"test:only": "nyc --nycrc-path .nycrc-ts mocha",
"test": "npm run lint && npm run test:only",
"coveralls": "nyc --nycrc-path .nycrc-ts report --reporter=text-lcov | coveralls",
"release:only": "git commit -am %npm_package_version% && git tag v%npm_package_version% && git push && git push --tags && echo 'i Run `npm publish` to publish'",
"release:only": "cross-var git commit -am $npm_package_version && git tag v$npm_package_version && git push && git push --tags && echo 'i Run `npm publish` to publish'",
"release": "npm test && npm run build && npm run release:only"
},
"author": "nqdy666",
Expand Down

0 comments on commit 160fcd7

Please sign in to comment.