Skip to content

Commit 2dd0ecb

Browse files
committed
Update package.json
1 parent eada475 commit 2dd0ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-jwt-mysql-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-js-jwt-auth",
33
"version": "1.0.0",
4-
"description": "Node.js Demo for JWT Authentication",
4+
"description": "Node.js Token Based Authentication and Authorization",
55
"main": "server.js",
66
"scripts": {
77
"start": "nodemon server.js",
@@ -14,7 +14,7 @@
1414
"express",
1515
"mysql"
1616
],
17-
"author": "bezkoder",
17+
"author": "",
1818
"license": "ISC",
1919
"dependencies": {
2020
"bcryptjs": "^2.4.3",

0 commit comments

Comments
 (0)