Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
fixed browserify & webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Oct 5, 2015
1 parent cd7d6bf commit 3143106
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/angular-locker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

'use strict';

angular.module('angular-locker', [])
return angular.module('angular-locker', [])

.provider('locker', function () {

Expand Down Expand Up @@ -699,6 +699,6 @@
}]
};

});
}).name; // export module name for the likes of Browserify and Webpack

});
2 changes: 1 addition & 1 deletion dist/angular-locker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-locker.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/angular-locker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

'use strict';

angular.module('angular-locker', [])
return angular.module('angular-locker', [])

.provider('locker', function () {

Expand Down Expand Up @@ -699,6 +699,6 @@
}]
};

});
}).name; // export module name for the likes of Browserify and Webpack

});

0 comments on commit 3143106

Please sign in to comment.