Skip to content

Commit

Permalink
Make npm dependency usable by Browserify through NPM
Browse files Browse the repository at this point in the history
Right now the package is not recognized as usable library by Browserify.
Adding the main attribute in the package.json solves that, and now gives
others the possibility to use reveal as a library in more complex
systems.
  • Loading branch information
Alexandre Stanislawski authored and patkira committed Jun 29, 2015
1 parent f13d898 commit 940993f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down

0 comments on commit 940993f

Please sign in to comment.