From 6ae25d98d0b5cfbdc0c1c18d4cdc6347f81ae466 Mon Sep 17 00:00:00 2001 From: Igor Prado Date: Thu, 25 Aug 2016 13:32:18 -0500 Subject: [PATCH] Removed prepublish script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b77310..7122b98 100644 --- a/package.json +++ b/package.json @@ -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/",