Skip to content

Commit

Permalink
Merge pull request #52 from sbley/master
Browse files Browse the repository at this point in the history
Adapt to angular2 beta 12
  • Loading branch information
chenkie committed Mar 25, 2016
2 parents dbc6569 + 6c1a83a commit 21a5058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-jwt",
"version": "0.1.8",
"version": "0.1.9",
"description": "Helper library for handling JWTs in Angular 2",
"repository": {
"type": "git",
Expand All @@ -26,13 +26,13 @@
"typings": "./angular2-jwt.d.ts",
"homepage": "https://github.com/auth0/angular2-jwt#readme",
"dependencies": {
"angular2": ">=2.0.0-beta.7",
"zone.js": "^0.5.15",
"angular2": ">=2.0.0-beta.12",
"zone.js": "^0.6.6",
"rxjs": "5.0.0-beta.2",
"typings": "^0.6.8"
"typings": "^0.7.9"
},
"devDependencies": {
"systemjs": "~0.19.6",
"typescript": "~1.7.5"
"typescript": "^1.8.9"
}
}

0 comments on commit 21a5058

Please sign in to comment.