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 02813f1 commit f0ac83fCopy full SHA for f0ac83f
.npmignore
@@ -1,2 +1,7 @@
1
src
2
-test
+test
3
+examples
4
+.DS_Store
5
+*.log
6
+*.tgs
7
+*.yml
package.json
@@ -2,7 +2,7 @@
"name": "ng-redux",
"version": "2.0.1",
"description": "Redux bindings for Angular.js",
- "main": "./lib/index.js",
+ "main": "/lib/index.js",
"scripts": {
"build": "rm -rf lib && `npm bin`/babel src --out-dir lib",
8
"test": "mocha --compilers js:babel/register --recursive"
0 commit comments