summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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",