We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedaf3b commit 5713419Copy full SHA for 5713419
package.json
@@ -45,6 +45,7 @@
45
"babel-core": "^6.26.0",
46
"babel-jest": "^22.4.1",
47
"babel-plugin-transform-class-properties": "^6.24.1",
48
+ "babel-polyfill": "^6.26.0",
49
"babel-preset-env": "^1.6.1",
50
"babel-preset-react": "^6.24.1",
51
"babel-preset-stage-2": "^6.24.1",
@@ -66,8 +67,8 @@
66
67
"travis-deploy-once": "^4.4.0"
68
},
69
"peerDependencies": {
- "react": "^16.2.0",
70
- "lodash": "^4.17.5"
+ "lodash": "^4.17.5",
71
+ "react": "^16.2.0"
72
73
"czConfig": {
74
"path": "node_modules/cz-conventional-changelog"
@@ -77,4 +78,4 @@
77
78
"pre-commit": "yarn coverage && yarn check-coverage"
79
}
80
-}
81
+}
0 commit comments