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", "name": "datasquirel",
"version": "2.0.0", "version": "2.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "datasquirel", "name": "datasquirel",
"version": "2.0.0", "version": "2.1.1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"dotenv": "^16.3.1", "dotenv": "^16.3.1",

View File

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