summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index d05d0d4..82497ce 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,10 @@
"name": "elm-electron-webpack",
"version": "1.0.0",
"description": "A guide, not a template, for building electron apps with elm and webpack.",
- "main": "index.js",
+ "main": "main.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "dev": "webpack-dev-server --content-base /dist"
},
"keywords": [
"elm",