Skip to content

Commit

Permalink
Added support for Browserify/Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronroberson committed May 18, 2015
1 parent 2da2c7a commit 791d617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require('./src/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 791d617

Please sign in to comment.