diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-29 00:56:11 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-29 01:13:12 +1100 |
commit | 308b870ae3d155053c3311859c23339a18379a40 (patch) | |
tree | cadf34fd13bf77c258b5f1f4df0752e2d5b26a6e /package.json | |
parent | 9be9e8f889d17841ac0018fd2c4b28255fa4387b (diff) | |
download | fengari-308b870ae3d155053c3311859c23339a18379a40.tar.gz fengari-308b870ae3d155053c3311859c23339a18379a40.tar.bz2 fengari-308b870ae3d155053c3311859c23339a18379a40.zip |
package.json: Remove webpack and loaders
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index 0c95752..10c229a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "test": "tests" }, "scripts": { - "build": "webpack", "lint": "eslint src/ tests/", "test": "tape tests/*.js tests/test-suite/*.js | faucet" }, @@ -30,13 +29,9 @@ }, "homepage": "https://github.com/fengari-lua/fengari#readme", "devDependencies": { - "babel-core": "^6.26.0", - "babel-loader": "^7.1.1", - "babel-preset-env": "^1.6.1", "eslint": "^4.17.0", "faucet": "^0.0.1", - "tape": "^4.8.0", - "webpack": "^3.10.0" + "tape": "^4.8.0" }, "dependencies": { "readline-sync": "^1.4.7", |