Skip to content

Commit

Permalink
fix(build): Remove prepublish script as the package is not in npm reg…
Browse files Browse the repository at this point in the history
…istry
  • Loading branch information
davidchin committed Jul 3, 2017
1 parent 98a249b commit a1bec9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"bump": "gulp bump",
"lint": "eslint src test",
"release": "npm run build && npm run bump",
"prepublish": "npm run build",
"test": "karma start --single-run",
"test:watch": "karma start"
},
Expand Down

0 comments on commit a1bec9e

Please sign in to comment.