Skip to content

Commit 71dcb81

Browse files
committed
Updated npm dependencies
1 parent de02a13 commit 71dcb81

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,17 @@ constructor(private _tokenService: Angular2TokenService) {
102102
}
103103
```
104104
105-
### Configuration Options
106-
| Options | Description
107-
| ----------------------------------- | --------------------------------------------- |
108-
| `apiPath?: string` | Sets base path all operations are based on |
109-
| `signInPath?: string` | Sets path for sign in |
110-
| `signOutPath?: string` | Sets path for sign out |
111-
| `validateTokenPath?: string` | Sets path for token validation |
112-
| `registerAccountPath?: string` | Sets path for account registration |
113-
| `deleteAccountPath?: string` | Sets path for account deletion |
105+
| Options | Description |
106+
| ----------------------------------- | ----------------------------------------------- |
107+
| `apiPath?: string` | Sets base path all operations are based on |
108+
| `signInPath?: string` | Sets path for sign in |
109+
| `signOutPath?: string` | Sets path for sign out |
110+
| `validateTokenPath?: string` | Sets path for token validation |
111+
| `registerAccountPath?: string` | Sets path for account registration |
112+
| `deleteAccountPath?: string` | Sets path for account deletion |
114113
| `registerAccountCallback?: string` | Sets the path user are redirected to after email confirmation for registration |
115-
| `updatePasswordPath?: string` | Sets path for password update |
116-
| `resetPasswordPath?: string` | Sets path for password reset |
114+
| `updatePasswordPath?: string` | Sets path for password update |
115+
| `resetPasswordPath?: string` | Sets path for password reset |
117116
| `resetPasswordCallback?: string` | Sets the path user are redirected to after email confirmation for password reset |
118117
| `userTypes?: UserTypes[]` | Allows the configuration of multiple user types (see [Multiple User Types](#multiple-user-types)) |
119118

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-token",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Angular2 service for token based authentication",
55
"main": "./angular2-token.js",
66
"typings": "./angular2-token.d.ts",
@@ -48,13 +48,13 @@
4848
"source-map-loader": "^0.1.5",
4949
"istanbul-instrumenter-loader": "^0.2.0",
5050

51-
"protractor": "^3.2.2",
51+
"protractor": "4.0.5",
5252

5353
"core-js": "^2.4.1",
5454
"http-server": "^0.9.0",
5555

5656
"jasmine-core": "^2.4.1",
57-
"karma": "^0.13.22",
57+
"karma": "1.3.0",
5858
"karma-chrome-launcher": "^2.0.0",
5959
"karma-coverage": "^1.0.0",
6060
"karma-jasmine": "^1.0.2",
@@ -64,7 +64,7 @@
6464
"remap-istanbul": "^0.6.3",
6565

6666
"ts-helpers": "1.1.1",
67-
"ts-node": "^0.9.1",
67+
"ts-node": "1.3.0",
6868
"webpack": "^1.13.1"
6969
},
7070
"author": "Jan-Philipp Riethmacher <neroniaky@gmail.com>",

0 commit comments

Comments
 (0)