Skip to content

Commit

Permalink
fix(package): semantic release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
weylermaldonado committed Mar 5, 2020
1 parent e4f53b1 commit b998cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermetrics",
"version": "0.0.0-development",
"version": "1.0.10",
"description": "Javascript version of hermetrics.py",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,6 @@
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
}
Expand Down

0 comments on commit b998cdd

Please sign in to comment.