Skip to content

Commit

Permalink
fix main CommonJS export
Browse files Browse the repository at this point in the history
  • Loading branch information
René Kooi committed Feb 12, 2016
1 parent d4b040c commit fee48e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib/SLP').default
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, "keywords": [ "slp", "genie", "graphics", "ensemble studios", "age of empires" ]
, "author": "René Kooi <[email protected]>"
, "repository": "goto-bus-stop/genie-slp"
, "main": "./lib/SLP"
, "dependencies":
{ "awestruct": "^0.11.0" }
, "devDependencies":
Expand Down

0 comments on commit fee48e2

Please sign in to comment.