Skip to content

Commit

Permalink
0.1.0 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas committed Sep 2, 2018
1 parent 2635503 commit 6be08d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
"prepublish": "yarn build",
"prepublish": "npm run build",
"precommit": "lint-staged",
"release": "npm t && git commit -am \"$npm_package_version πŸš€\" && git tag $npm_package_version && git push && git push --tags && npm publish",
"test": "jest"
},
"keywords": [
Expand Down

0 comments on commit 6be08d1

Please sign in to comment.