diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
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", |