Merge pull request #1270 from jasonkarns/patch-1

enabling launching presentation with npm-start
This commit is contained in:
Hakim El Hattab 2015-06-25 09:51:13 +02:00
commit 5020014bc2
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",