forked from Squatconf/Website
added npm start
script (includes build)
This commit is contained in:
parent
453bbfa09b
commit
5158475529
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "squatconf-web",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "website for the squatConf conference",
|
||||
"main": "build.js",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "echo -n 'building.. '; node build.js && node server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue