Enable using common npm start script

This commit is contained in:
peteruithoven 2016-06-15 14:49:46 +02:00
parent 4e18fa0f56
commit 28808078ad
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-gitinfo": "~0.1.7",
"grunt-template": "~0.2.3"
},
"scripts": {
"start": "grunt"
}
}