Skip to content

Commit

Permalink
Npm publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryank109 committed Jul 2, 2017
1 parent bce6d9a commit 4e45f92
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,14 +1,13 @@
{
"name": "react-redux-popup",
"version": "2.1.1",
"version": "2.1.2",
"description": "React redux popup",
"main": "lib/react-redux-popup",
"scripts": {
"clean": "rimraf coverage lib test-reports",
"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"
Expand Down

0 comments on commit 4e45f92

Please sign in to comment.