From c869bd0be09aa24c29f96f7b592f6bc821da79ad Mon Sep 17 00:00:00 2001 From: Alpheus <26622568+alpheustangs@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:46:01 +0800 Subject: [PATCH] Update package.json --- packages/node/package.json | 6 +++--- packages/shared/package.json | 6 +++--- packages/ts/package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/node/package.json b/packages/node/package.json index 35797fc..4b7466d 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -24,8 +24,8 @@ "js", "JavaScript" ], - "homepage": "https://github.com/alpheustangs/filego", - "bugs": "https://github.com/alpheustangs/filego/issues", + "homepage": "https://github.com/alpheustangs/filego.ts", + "bugs": "https://github.com/alpheustangs/filego.ts/issues", "license": "MIT", "author": "Alpheus Tang", "files": ["dist"], @@ -33,7 +33,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/alpheustangs/filego.git", + "url": "https://github.com/alpheustangs/filego.ts.git", "directory": "packages/node" }, "dependencies": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 3abc836..9232129 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -23,8 +23,8 @@ "js", "JavaScript" ], - "homepage": "https://github.com/alpheustangs/filego", - "bugs": "https://github.com/alpheustangs/filego/issues", + "homepage": "https://github.com/alpheustangs/filego.ts", + "bugs": "https://github.com/alpheustangs/filego.ts/issues", "license": "MIT", "author": "Alpheus Tang", "files": ["dist"], @@ -32,7 +32,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/alpheustangs/filego.git", + "url": "https://github.com/alpheustangs/filego.ts.git", "directory": "packages/shared" } } diff --git a/packages/ts/package.json b/packages/ts/package.json index a4796b3..904ad9a 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -24,8 +24,8 @@ "js", "JavaScript" ], - "homepage": "https://github.com/alpheustangs/filego", - "bugs": "https://github.com/alpheustangs/filego/issues", + "homepage": "https://github.com/alpheustangs/filego.ts", + "bugs": "https://github.com/alpheustangs/filego.ts/issues", "license": "MIT", "author": "Alpheus Tang", "files": ["dist"], @@ -33,7 +33,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/alpheustangs/filego.git", + "url": "https://github.com/alpheustangs/filego.ts.git", "directory": "packages/ts" }, "dependencies": {