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

View File

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