mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
fix: show clear error when Node.js is too old instead of a parse crash
This commit is contained in:
Generated
+3
-3
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "torlink",
|
||||
"name": "torlnk",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "torlink",
|
||||
"name": "torlnk",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -16,7 +16,7 @@
|
||||
"webtorrent": "^2.4.1"
|
||||
},
|
||||
"bin": {
|
||||
"torlink": "dist/index.js"
|
||||
"torlnk": "dist/cli.cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.9.2",
|
||||
|
||||
Reference in New Issue
Block a user