aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab2015-06-25 10:02:21 +0200
committerHakim El Hattab2015-06-25 10:02:21 +0200
commitadf1a24f0a88dc5095521faab474dabe5e926b2d (patch)
treef8ca0da552200b74991001dc21ea2ff1cbc22e80 /package.json
parent6ec6ac2cb4223484026f1bc52bba369f56eac9fa (diff)
parent7225d84248466b713c3a00c5e6cca40cf868bfe6 (diff)
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/package.json b/package.json
index 201c6bf..fc70464 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"main": "js/reveal.js",
"scripts": {
"test": "grunt test",
- "start": ""
+ "start": "grunt serve"
},
"author": {
"name": "Hakim El Hattab",
@@ -40,10 +40,6 @@
"grunt": "~0.4.0",
"node-sass": "~0.9.3"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
- }
- ]
+
+ "license": "MIT"
}