Skip to content

Commit

Permalink
Move webpack to dependencies, not devDependencies; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
clbond committed Oct 7, 2016
1 parent 7678ecd commit d2156d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-redux-form",
"version": "1.0.19",
"version": "1.0.20",
"description": "Build Angular 2 forms with Redux",
"devDependencies": {
"@angular/common": "2.0.0",
Expand All @@ -22,8 +22,7 @@
"karma-sourcemap-writer": "^0.1.2",
"karma-spec-reporter": "0.0.26",
"karma-transform-path-preprocessor": "0.0.3",
"karma-webpack": "^1.7.0",
"webpack": "^2.1.0-beta.25"
"karma-webpack": "^1.7.0"
},
"dependencies": {
"@angular/core": "2.0.0",
Expand All @@ -41,6 +40,7 @@
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.11",
"ts-helpers": "^1.1.1",
"webpack": "^2.1.0-beta.25",
"zone.js": "^0.6.12"
},
"peerDependencies": {
Expand Down

0 comments on commit d2156d9

Please sign in to comment.