Skip to content

Commit 6cc7e54

Browse files
committedDec 14, 2015
Moving all babel-plugin related things to dependencies
1 parent c1b1087 commit 6cc7e54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"react",
2323
"react-component"
2424
],
25-
"devDependencies": {
25+
"dependencies": {
2626
"babel": "^6.3.13",
27-
"babel-eslint": "^4.1.4",
2827
"babel-plugin-external-helpers-2": "^6.1.4",
2928
"babel-plugin-syntax-async-functions": "^6.0.14",
3029
"babel-plugin-syntax-class-properties": "^6.0.14",
@@ -51,6 +50,9 @@
5150
"babel-plugin-transform-react-jsx": "^6.0.18",
5251
"babel-plugin-transform-regenerator": "^6.0.18",
5352
"babel-register": "^6.3.13",
53+
},
54+
"devDependencies": {
55+
"babel-eslint": "^4.1.4",
5456
"chai": "^3.4.0",
5557
"eslint": "^1.8.0",
5658
"eslint-plugin-react": "^3.7.1",

0 commit comments

Comments
 (0)