Skip to content

Commit

Permalink
fix(docs): remove version from the root package
Browse files Browse the repository at this point in the history
It may fix the #70 issue.
  • Loading branch information
nfroidure committed Dec 9, 2020
1 parent d7234dc commit 487f02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whook",
"version": "4.0.4",
"version": "0.0.0",
"description": "Build strong and efficient REST web services.",
"private": true,
"metapak": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prettier": "prettier --write 'src/**/*.js'",
"preversion": "npm t && npm run lint && npm run compile && npm run lerna -- run types && npm run metapak -- -s",
"test": "lerna run test",
"version": "npm run changelog"
"postversion": "npm run changelog"
},
"author": {
"name": "Nicolas Froidure",
Expand Down

0 comments on commit 487f02d

Please sign in to comment.