Skip to content

Commit 30019c0

Browse files
committed
Correct issue package.json
1 parent bc7e672 commit 30019c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-redux",
33
"version": "2.0.1",
44
"description": "Redux bindings for Angular.js",
5-
"main": "/lib/index.js",
5+
"main": "./lib/index.js",
66
"scripts": {
77
"build": "rm -rf lib && `npm bin`/babel src --out-dir lib",
88
"test": "mocha --compilers js:babel/register --recursive"

0 commit comments

Comments
 (0)