We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7413e4a commit 2e59bbaCopy full SHA for 2e59bba
1 file changed
package.json
@@ -35,7 +35,6 @@
35
"karma-sourcemap-loader": "^0.3.2",
36
"karma-webpack": "^1.7.0",
37
"mocha": "^2.0.1",
38
- "object.assign": "^4.0.3",
39
"react": "^0.12 || ^0.13 || ^0.14",
40
"react-dom": "^0.14.7",
41
"rf-release": "0.4.0",
@@ -50,5 +49,8 @@
50
49
"accessibility",
51
"react",
52
"a11y"
53
- ]
54
-}
+ ],
+ "dependencies": {
+ "object.assign": "^4.0.3"
55
+ }
56
+}
0 commit comments