Skip to content

Commit 57ce6e6

Browse files
authored
Merge pull request #136 from mapbox/babelify-dep
Babelify dependencies
2 parents 99b1bc9 + 0fe2d32 commit 57ce6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
"babel-core": "^6.9.1",
4141
"babel-eslint": "^6.0.5",
4242
"babel-plugin-object-assign": "^1.2.1",
43-
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
44-
"babel-preset-es2015": "^6.9.0",
45-
"babelify": "^7.3.0",
4643
"brfs": "^1.4.1",
4744
"browserify": "^13.0.1",
4845
"budo": "^8.3.0",
@@ -60,6 +57,9 @@
6057
"webworkify-webpack": "1.1.7"
6158
},
6259
"dependencies": {
60+
"babelify": "^7.3.0",
61+
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
62+
"babel-preset-es2015": "^6.9.0",
6363
"deep-assign": "^2.0.0",
6464
"lodash.debounce": "^4.0.6",
6565
"lodash.isequal": "^4.2.0",

0 commit comments

Comments
 (0)