Browse Source

Dependencies: move babel* packages to main dependencies

master
parent
commit
2cb59153e2
  1. 8
      package.json

8
package.json

@ -10,6 +10,10 @@
"@mapbox/maki": "^4.0.0",
"async": "^2.5.0",
"async-foreach": "^0.1.3",
"babelify": "^8.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"color-interpolate": "^1.0.2",
"font-awesome": "^4.7.0",
"i18next-client": "^1.11.4",
@ -66,10 +70,6 @@
"lint": "standard src/*.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.4.0",
"browserify-css": "^0.14.0",
"standard": "^10.0.2",

Loading…
Cancel
Save