Update package.json

This commit is contained in:
Benjamin Toby 2024-10-14 13:44:31 +01:00
parent f33c01a3a4
commit 5d395fe3b5
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "datasquirel",
"version": "2.0.0",
"version": "2.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "datasquirel",
"version": "2.0.0",
"version": "2.1.1",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",

View File

@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://git.tben.me/Moduletrace/datasquirel.git"
"url": "git+https://github.com/BenjaminToby/dsql.git"
},
"keywords": [
"SQL",
@ -22,7 +22,7 @@
"author": "Benjamin Toby",
"license": "ISC",
"bugs": {
"url": "https://git.tben.me/Moduletrace/datasquirel/issues"
"url": "https://github.com/BenjaminToby/dsql/issues"
},
"homepage": "https://datasquirel.com/",
"dependencies": {