Skip to content

Commit 3e6d407

Browse files
committed
Updated Version, Added Issues URL & Updated Author
1 parent 1365c15 commit 3e6d407

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-database",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Easily modify your MySQL database data with easy functions",
55
"main": "index.js",
66
"scripts": {
@@ -17,10 +17,18 @@
1717
"sql database",
1818
"database"
1919
],
20-
"author": "TARIQ",
20+
"author": {
21+
"name": "TARIQ",
22+
"email": "[email protected]",
23+
"url": "https://itariq.dev"
24+
},
2125
"license": "MIT",
2226
"homepage": "https://mysql-db.cloud",
2327
"repository": "https://github.com/1TGDev/mysql-database",
28+
"bugs": {
29+
"url" : "https://github.com/1TGDev/mysql-database/issues",
30+
"email" : "[email protected]"
31+
},
2432
"dependencies": {
2533
"colors": "^1.4.0",
2634
"events": "^3.3.0",

0 commit comments

Comments
 (0)