diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 746ed93..f6bb4bb 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,12 @@ }, "homepage": "https://github.com/fengari-lua/fengari#readme", "devDependencies": { + "babel-core": "^6.26.0", + "babel-loader": "^7.1.1", + "babel-preset-env": "^1.6.0", "faucet": "0.0.1", "tape": "^2.0.1", - "babili-webpack-plugin": "^0.0.11", - "webpack": "^2.5.1" + "webpack": "^3.5.5" }, "dependencies": { "readline-sync": "^1.4.7", |