Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
chore(package): install immutable, reselect, normalizr as optional deps
Browse files Browse the repository at this point in the history
chore(package): install immutable, reselect, normalizr as optional deps
  • Loading branch information
Metnew committed Nov 7, 2017
1 parent b8dcfc2 commit aef1075
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 45 deletions.
63 changes: 20 additions & 43 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@
"write-file-webpack-plugin": "^4.2.0"
},
"optionalDependencies": {
"webpack-shell-plugin": "^0.5.0",
"immutable": "^3.8.2",
"normalizr": "^3.2.4",
"query-string": "^5.0.1",
"reselect": "^3.0.1",
"store2": "^2.5.9",
"query-string": "^5.0.1"
"webpack-shell-plugin": "^0.5.0"
},
"scripts": {
"build": "npm run frontend_build && npm run server_build",
Expand Down

0 comments on commit aef1075

Please sign in to comment.