From 4e45f92fd5cbcc7a3c386932ca778108c3c5aae4 Mon Sep 17 00:00:00 2001 From: Ryan Kim Date: Sun, 2 Jul 2017 18:54:48 -0500 Subject: [PATCH] Npm publish fix --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 728868f..f8996b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-redux-popup", - "version": "2.1.1", + "version": "2.1.2", "description": "React redux popup", "main": "lib/react-redux-popup", "scripts": { @@ -8,7 +8,6 @@ "build": "NODE_ENV=production webpack --config ./configs/webpack.config.js --progress --profile --colors", "coverage": "./node_modules/jest/bin/jest.js --coverage", "lint": "eslint src/**", - "prepublishOnly": "npm run clean && rm -rf node_modules && npm cache clean && npm i && npm run build", "start": "node ./example-app/server.js", "test": "./node_modules/jest/bin/jest.js", "test-dev": "./node_modules/jest/bin/jest.js --watch"