We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1365c15 commit 3e6d407Copy full SHA for 3e6d407
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mysql-database",
3
- "version": "1.2.8",
+ "version": "1.2.9",
4
"description": "Easily modify your MySQL database data with easy functions",
5
"main": "index.js",
6
"scripts": {
@@ -17,10 +17,18 @@
17
"sql database",
18
"database"
19
],
20
- "author": "TARIQ",
+ "author": {
21
+ "name": "TARIQ",
22
+ "email": "[email protected]",
23
+ "url": "https://itariq.dev"
24
+ },
25
"license": "MIT",
26
"homepage": "https://mysql-db.cloud",
27
"repository": "https://github.com/1TGDev/mysql-database",
28
+ "bugs": {
29
+ "url" : "https://github.com/1TGDev/mysql-database/issues",
30
+ "email" : "[email protected]"
31
32
"dependencies": {
33
"colors": "^1.4.0",
34
"events": "^3.3.0",
0 commit comments