Merge pull request #1162 from bobylito/master

Make npm dependency usable by Browserify through npm
This commit is contained in:
Hakim El Hattab 2015-04-12 19:19:12 +02:00
commit 07197b1eae
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "The HTML Presentation Framework", "description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js", "homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs", "subdomain": "revealjs",
"main": "js/reveal.js",
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt test",
"start": "" "start": ""