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 bc7e672 commit 30019c0Copy full SHA for 30019c0
package.json
@@ -2,7 +2,7 @@
2
"name": "ng-redux",
3
"version": "2.0.1",
4
"description": "Redux bindings for Angular.js",
5
- "main": "/lib/index.js",
+ "main": "./lib/index.js",
6
"scripts": {
7
"build": "rm -rf lib && `npm bin`/babel src --out-dir lib",
8
"test": "mocha --compilers js:babel/register --recursive"
0 commit comments