Skip to content

Commit

Permalink
fix(pkg): npm@5
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Aug 21, 2017
1 parent 2732854 commit c052b59
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 @@ -10,8 +10,8 @@
"build-example": "webpack",
"dev": "webpack-dev-server --open --open-page=examples/1.html",
"watch": "webpack --progress --watch",
"prepublish": "npm run build",
"validate": "yarn list",
"prepare": "npm run build",
"validate": "yarn check",
"preversion": "npm run lint",
"version": "git add CHANGELOG.md",
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit c052b59

Please sign in to comment.