Skip to content

Commit

Permalink
Merge pull request #200 from aaronroberson/master
Browse files Browse the repository at this point in the history
Added support for Browserify/Webpack
  • Loading branch information
chieffancypants committed May 27, 2015
2 parents 2da2c7a + a363cc0 commit cff758a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./build/loading-bar');
module.exports = 'angular-loading-bar';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-loading-bar",
"version": "0.7.1",
"description": "An automatic loading bar for AngularJS",
"main": "src/loading-bar.js",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
Expand Down

0 comments on commit cff758a

Please sign in to comment.