Skip to content

Commit

Permalink
Update package.json urls
Browse files Browse the repository at this point in the history
  • Loading branch information
doochik committed Nov 20, 2024
1 parent 8737983 commit 79773a2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand All @@ -36,7 +39,7 @@
],
"main": "./build/index.js",
"engines": {
"node": "*"
"node": ">=18"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 79773a2

Please sign in to comment.