Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Commit 2a1ce02

Browse files
mojoaxelyotamberk
authored andcommitted
fix(chore): Moved babel to devDependencies (#2875)
fixes #2685
1 parent c18a392 commit 2a1ce02

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
"watch-dev": "gulp watch --bundle"
3131
},
3232
"dependencies": {
33-
"babel-core": "^6.6.5",
34-
"babel-loader": "^6.2.4",
35-
"babel-polyfill": "^6.22.0",
36-
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
37-
"babel-plugin-transform-es3-property-literals": "^6.8.0",
38-
"babel-plugin-transform-runtime": "^6.22.0",
39-
"babel-preset-es2015": "^6.6.0",
40-
"babel-runtime": "^6.22.0",
4133
"emitter-component": "^1.1.1",
4234
"moment": "^2.17.1",
4335
"propagating-hammerjs": "^1.4.6",
@@ -46,7 +38,15 @@
4638
},
4739
"devDependencies": {
4840
"async": "^2.1.4",
41+
"babel-core": "^6.6.5",
4942
"babel-eslint": "^7.1.1",
43+
"babel-loader": "^6.2.4",
44+
"babel-polyfill": "^6.22.0",
45+
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
46+
"babel-plugin-transform-es3-property-literals": "^6.8.0",
47+
"babel-plugin-transform-runtime": "^6.22.0",
48+
"babel-preset-es2015": "^6.6.0",
49+
"babel-runtime": "^6.22.0",
5050
"babelify": "^7.3.0",
5151
"clean-css": "^4.0.2",
5252
"eslint": "^3.15.0",

0 commit comments

Comments
 (0)