Skip to content

Commit

Permalink
fix: change prepublish to prepare (#7)
Browse files Browse the repository at this point in the history
- `prepublish` is deprecated as of npm@5
  • Loading branch information
jlengstorf authored Dec 18, 2017
1 parent 5a949dc commit 09022fa
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
Expand Up @@ -17,7 +17,7 @@
],
"scripts": {
"prepush": "npm test",
"prepublish": "npm run build",
"prepare": "npm run build",
"prebuild": "del-cli ./dist",
"build": "babel src -d dist",
"dev": "gramps dev -d ./",
Expand Down Expand Up @@ -81,5 +81,5 @@
}
}
},
"version": "1.0.0-beta.4"
"version": "0.0.0-development"
}

0 comments on commit 09022fa

Please sign in to comment.