Skip to content

Commit 0d7e229

Browse files
committed
Fixed repo url in package.json. Closes auth0-blog#13
1 parent ed01b98 commit 0d7e229

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/auth0/in-memory-todo.git"
11+
"url": "https://github.com/auth0/nodejs-jwt-authentication-sample.git"
1212
},
1313
"keywords": [
14-
"todo",
15-
"in",
16-
"memory",
1714
"jwt",
1815
"auth0"
1916
],

0 commit comments

Comments
 (0)