Browse Source

Merge pull request #1270 from jasonkarns/patch-1

enabling launching presentation with npm-start
Hakim El Hattab 9 years ago
parent
commit
5020014bc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

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