enabling launching presentation with npm-start

This commit is contained in:
Jason Karns 2015-06-16 10:39:58 -04:00
parent f0cf1f54d0
commit 018ca77406
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"main": "js/reveal.js",
"scripts": {
"test": "grunt test",
"start": ""
"start": "grunt serve"
},
"author": {
"name": "Hakim El Hattab",