Skip to content

Commit

Permalink
Add Webpack / Browserify support. Closes akoenig#97
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhasbach committed Oct 8, 2015
1 parent 7d58a6a commit 4c46541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require('./angular-deckgrid');

module.exports = 'akoenig.deckgrid';
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
},
"scripts": {
"test": "grunt test"
},
"main" : "angular-deckgrid.js"
}
}

0 comments on commit 4c46541

Please sign in to comment.