summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1f9c439..d5f10a7 100644
--- a/package.json
+++ b/package.json
@@ -6,5 +6,12 @@
"repository": "https://www.mokhan.ca/",
"author": "mo",
"license": "MIT",
- "private": false
+ "private": false,
+ "scripts": {
+ "build": "webpack"
+ },
+ "devDependencies": {
+ "webpack": "^4.8.3",
+ "webpack-cli": "^2.1.3"
+ }
}