Skip to content

Commit

Permalink
1.0.2 - npm
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida committed Jun 8, 2019
1 parent 980f3de commit 0a4f35f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "redux-immer",
"version": "1.0.1",
"version": "1.0.2",
"description": "redux-immer is used to create an equivalent function of Redux combineReducers that works with immer state.",
"main": "lib/redux-immer.js",
"module": "src/redux-immer.js",
"scripts": {
"compile": "cross-env NODE_ENV=production babel src --out-dir lib",
"prepublish": "npm run compile"
"build": "cross-env NODE_ENV=production babel src --out-dir lib",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0a4f35f

Please sign in to comment.