Skip to content

Commit

Permalink
Fixed all tests by changing the pattern to not use a single instances…
Browse files Browse the repository at this point in the history
… of the auth service for testing, fixed lodash typings to use v4, fixed instances of _.invoke that is now renamed to _.invokeMap.
  • Loading branch information
zakhenry committed Apr 6, 2016
1 parent 83978c5 commit 5652ead
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 175 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "4.0.0",
"description": "Angular JSON Web Token Authentication Module",
"main": "dist/ngJwtAuth.js",
"typings": "dist/ngJwtAuth.d.ts",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/provider/ngJwtAuthServiceProvider.ts
@@ -1,5 +1,6 @@
import {INgJwtAuthServiceConfig, IEndpointDefinition} from "../ngJwtAuthInterfaces";
import {NgJwtAuthService} from "../service/ngJwtAuthService";
import * as _ from "lodash";

export declare class Error {
public name:string;
Expand Down

0 comments on commit 5652ead

Please sign in to comment.