Skip to content

Commit c77a40f

Browse files
committed
Fix dependencies (#57)
* Move angular dependencies back to devDependencies
1 parent a8df090 commit c77a40f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-redux",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Angular 2 bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -45,17 +45,17 @@
4545
"sinon-chai": "^2.8.0",
4646
"ts-loader": "^0.8.1",
4747
"ts-node": "^0.5.5",
48-
"typescript": "^1.8.7"
49-
},
50-
"dependencies": {
48+
"typescript": "^1.8.7",
5149
"angular2": "2.0.0-beta.14",
5250
"es6-shim": "^0.35.0",
53-
"invariant": "^2.1.0",
54-
"lodash": "^3.10.1",
5551
"redux": "^3.4.0",
5652
"reflect-metadata": "0.1.2",
5753
"rxjs": "5.0.0-beta.2",
58-
"typings": "^0.7.4",
5954
"zone.js": "0.6.10"
55+
},
56+
"dependencies": {
57+
"invariant": "^2.1.0",
58+
"lodash": "^3.10.1",
59+
"typings": "^0.7.4"
6060
}
6161
}

0 commit comments

Comments
 (0)