Skip to content

Commit cff758a

Browse files
Merge pull request chieffancypants#200 from aaronroberson/master
Added support for Browserify/Webpack
2 parents 2da2c7a + a363cc0 commit cff758a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./build/loading-bar');
2+
module.exports = 'angular-loading-bar';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-loading-bar",
33
"version": "0.7.1",
44
"description": "An automatic loading bar for AngularJS",
5-
"main": "src/loading-bar.js",
5+
"main": "index.js",
66
"directories": {
77
"example": "example",
88
"test": "test"

0 commit comments

Comments
 (0)