Skip to content

Commit f0ac83f

Browse files
committed
2.0.1
1 parent 02813f1 commit f0ac83f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.npmignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
src
2-
test
2+
test
3+
examples
4+
.DS_Store
5+
*.log
6+
*.tgs
7+
*.yml

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)