Merge pull request #2 from wiz/patch-1

Add npm watch command.
master
Gary Burgess 2016-01-21 16:50:57 +00:00
commit cd6226ff80
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"private": true,
"scripts": {
"postinstall": "pulp dep install",
"build": "pulp browserify --optimise --to dist/app.js"
"build": "pulp browserify --optimise --to dist/app.js",
"watch": "pulp -w browserify --to dist/app.js"
},
"dependencies": {
"virtual-dom": "^2.1.1"