Skip to content

Commit fc131b5

Browse files
committed
1.5.0
1 parent 86e94f6 commit fc131b5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

dist/http-auth-interceptor.js

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* (c) 2012 Witold Szczerba
66
* License: MIT
77
*/
8+
89
(function () {
910
'use strict';
1011

@@ -133,3 +134,8 @@
133134
};
134135
}]);
135136
})();
137+
138+
/* commonjs package manager support (eg componentjs) */
139+
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
140+
module.exports = 'http-auth-interceptor';
141+
}

dist/http-auth-interceptor.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-http-auth",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "HTTP Auth Interceptor Module for AngularJS.",
55
"main": "src/http-auth-interceptor.js",
66
"repository": {

0 commit comments

Comments
 (0)