Skip to content

Commit

Permalink
CommonJS package manager support
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviogranero committed Mar 16, 2015
1 parent 1f1856f commit e61dcde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/ng-token-auth.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.exports === exports) {
module.exports = 'ng-token-auth';
}

angular.module('ng-token-auth', ['ipCookie']).provider('$auth', function() {
var configs, defaultConfigName;
configs = {
Expand Down
Loading

0 comments on commit e61dcde

Please sign in to comment.