Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
witoldsz committed Nov 17, 2016
1 parent 86e94f6 commit fc131b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dist/http-auth-interceptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* (c) 2012 Witold Szczerba
* License: MIT
*/

(function () {
'use strict';

Expand Down Expand Up @@ -133,3 +134,8 @@
};
}]);
})();

/* commonjs package manager support (eg componentjs) */
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
module.exports = 'http-auth-interceptor';
}
2 changes: 1 addition & 1 deletion dist/http-auth-interceptor.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-http-auth",
"version": "1.4.1",
"version": "1.5.0",
"description": "HTTP Auth Interceptor Module for AngularJS.",
"main": "src/http-auth-interceptor.js",
"repository": {
Expand Down

0 comments on commit fc131b5

Please sign in to comment.