diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 19:19:12 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 19:19:12 +0200 |
commit | 07197b1eae80a264fd9ff7dc68316ae60e5ace29 (patch) | |
tree | eb5aac0845dbaabf898256692c1e4cc6b7e5d5e0 | |
parent | 69bc0be226f03c941268c5ebaad254d62e0b26d8 (diff) | |
parent | e02f0488bb052c9bc83bb8fbb8d07ed6f0c7b2d2 (diff) | |
download | fosdem-2018-presentation-07197b1eae80a264fd9ff7dc68316ae60e5ace29.tar fosdem-2018-presentation-07197b1eae80a264fd9ff7dc68316ae60e5ace29.tar.gz |
Merge pull request #1162 from bobylito/master
Make npm dependency usable by Browserify through npm
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 10489bb..afe21f2 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The HTML Presentation Framework", "homepage": "http://lab.hakim.se/reveal-js", "subdomain": "revealjs", + "main": "js/reveal.js", "scripts": { "test": "grunt test", "start": "" |