Skip to content

Commit

Permalink
Removed prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
igorprado committed Aug 25, 2016
1 parent 7bcc669 commit 6ae25d9
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,10 +1,9 @@
{
"name": "react-notification-system",
"version": "0.2.8",
"version": "0.2.9",
"description": "A React Notification System fully customized",
"main": "dist/NotificationSystem.js",
"scripts": {
"prepublish": "npm run build",
"test": "karma start --single-run",
"test-watch": "karma start",
"prepare-build": "npm run lint && rimraf dist/",
Expand Down

0 comments on commit 6ae25d9

Please sign in to comment.