Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sixwinds committed Nov 11, 2019
1 parent f0557f4 commit 51004b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"clean": "rimraf ./dist",
"test": "npm run lint && cross-env NODE_ENV=test nyc mocha --recursive",
"release": "npm test && npm run build && git commit -am 0.0.1 && git tag 0.1.0 && git push && git push --tags",
"release": "npm test && npm run build && git commit -am 0.0.1 && git tag 0.2.0 && git push && git push --tags",
"lint": "eslint -c .eslintrc.js \"src/**/*.js\"",
"lint:fix": "eslint --fix -c .eslintrc.js 'src/**/*.js' --fix",
"build:self": "rollup -c config/rollup.config.js",
Expand Down

0 comments on commit 51004b5

Please sign in to comment.