aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 19f6e3c..147a036 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,10 @@
{
"name": "jan.systems",
"version": "1.0.0",
- "main": "index.js",
"author": "Jan Tuomi <jans.tuomi@gmail.com>",
"license": "MIT",
"scripts": {
- "build": "cp src/index.html src/style.css build/ && riot src build/bundle.js",
+ "build": "mkdir -p build && cp src/index.html src/style.css build/ && riot src build/bundle.js",
"start": "caddy"
},
"dependencies": {