Skip to content

Commit

Permalink
[fixed] Move object.assign from devDeps to deps (resolves #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattdanger committed Mar 8, 2016
1 parent 7413e4a commit 2e59bba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"karma-sourcemap-loader": "^0.3.2",
"karma-webpack": "^1.7.0",
"mocha": "^2.0.1",
"object.assign": "^4.0.3",
"react": "^0.12 || ^0.13 || ^0.14",
"react-dom": "^0.14.7",
"rf-release": "0.4.0",
Expand All @@ -50,5 +49,8 @@
"accessibility",
"react",
"a11y"
]
}
],
"dependencies": {
"object.assign": "^4.0.3"
}
}

0 comments on commit 2e59bba

Please sign in to comment.