We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5258b4a commit ae09d4aCopy full SHA for ae09d4a
package.json
@@ -5,6 +5,7 @@
5
"main": "./lib/index.js",
6
"scripts": {
7
"build": "rm -rf lib && `npm bin`/babel src --out-dir lib",
8
+ "dist": "npm run build && ./node_modules/.bin/webpack --optimize-minimize lib/index.js dist/ng-redux.js",
9
"test": "mocha --compilers js:babel/register --recursive"
10
},
11
"repository": {
0 commit comments