From 79773a2504bea5730395460c0e59268152c1c355 Mon Sep 17 00:00:00 2001 From: Aleksei Androsov Date: Wed, 20 Nov 2024 16:41:18 +0300 Subject: [PATCH] Update package.json urls --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6d481c0..06418f6 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,13 @@ "name": "descript", "description": "descript", "version": "4.0.5", - "homepage": "https://github.com/pasaran/descript3", + "homepage": "https://github.com/descript-org/descript", "repository": { "type": "git", - "url": "git://github.com/pasaran/descript3.git" + "url": "git://github.com/descript-org/descript.git" + }, + "bugs": { + "url": "https://github.com/descript-org/descript/issues" }, "scripts": { "eslint": "npx eslint .", @@ -36,7 +39,7 @@ ], "main": "./build/index.js", "engines": { - "node": "*" + "node": ">=18" }, "license": "MIT", "dependencies": {