Skip to content

Commit f7e99dd

Browse files
committed
add url dep and bump
1 parent f9f6016 commit f7e99dd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/angular-jwt",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "JSON Web Token helper library for Angular",
55
"scripts": {
66
"prepublish": "ngc && npm run build",
@@ -54,5 +54,8 @@
5454
"typescript": "^2.3.3",
5555
"webpack": "^3.1.0",
5656
"zone.js": "^0.8.11"
57+
},
58+
"dependencies": {
59+
"url": "^0.11.0"
5760
}
5861
}

0 commit comments

Comments
 (0)