aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-09 11:36:14 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-09 11:36:14 +0200
commit697ef457e1b0eabd3aa9fb2332a5d04478b39603 (patch)
tree4d93ec7e3d1cc698a5c54de9785d688bf510ed15 /package.json
parent3e439ed653093e6e124a4997f64053164f1043b8 (diff)
downloadfengari-697ef457e1b0eabd3aa9fb2332a5d04478b39603.tar.gz
fengari-697ef457e1b0eabd3aa9fb2332a5d04478b39603.tar.bz2
fengari-697ef457e1b0eabd3aa9fb2332a5d04478b39603.zip
Webpack (single bundle for now)
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index eb5da9e..edb23c8 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"test": "tests"
},
"scripts": {
+ "build": "webpack",
"test": "tape tests/*.js tests/test-suite/*.js | faucet"
},
"repository": {
@@ -27,8 +28,10 @@
},
"homepage": "https://github.com/giann/fengari#readme",
"devDependencies": {
+ "faucet": "0.0.1",
"tape": "^2.0.1",
- "faucet": "0.0.1"
+ "babili-webpack-plugin": "^0.0.11",
+ "webpack": "^2.5.1"
},
"dependencies": {
"readline-sync": "^1.4.7",