aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-02 11:49:17 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commita92b5cc6e633825c9addf8383152b9d877bfe4db (patch)
tree6bf59093a2c1c8e4833f05b6020fd50c5c31a417 /vnext
parentbf60bcec793f85e2f182c59bff0abf1aed12b4f9 (diff)
babel-preset-env is devDependency
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index af081487..d3b30ff5 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
+ "babel-preset-env": "^1.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-react": "^6.24.1",
@@ -30,7 +31,6 @@
]
},
"dependencies": {
- "babel-preset-env": "^1.6.1",
"history": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",