We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dependencies
1 parent c1b1087 commit 6cc7e54Copy full SHA for 6cc7e54
package.json
@@ -22,9 +22,8 @@
22
"react",
23
"react-component"
24
],
25
- "devDependencies": {
+ "dependencies": {
26
"babel": "^6.3.13",
27
- "babel-eslint": "^4.1.4",
28
"babel-plugin-external-helpers-2": "^6.1.4",
29
"babel-plugin-syntax-async-functions": "^6.0.14",
30
"babel-plugin-syntax-class-properties": "^6.0.14",
@@ -51,6 +50,9 @@
51
50
"babel-plugin-transform-react-jsx": "^6.0.18",
52
"babel-plugin-transform-regenerator": "^6.0.18",
53
"babel-register": "^6.3.13",
+ },
54
+ "devDependencies": {
55
+ "babel-eslint": "^4.1.4",
56
"chai": "^3.4.0",
57
"eslint": "^1.8.0",
58
"eslint-plugin-react": "^3.7.1",
0 commit comments