summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3634b98..482dc50 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
- "build": "cp -r src dist",
+ "build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
- "serve": "^13.0.4"
+ "serve": "^13.0.4",
+ "mustache": "^4.2.0"
+ },
+ "dependencies": {
}
}