chore: update the repository URLs

Reference: https://docs.npmjs.com/cli/v10/configuring-npm/package-json
This commit is contained in:
Damien Arrachequesne
2024-07-04 18:16:51 +02:00
parent 914716d71d
commit 4cac3724ad
3 changed files with 15 additions and 3 deletions

View File

@@ -115,9 +115,13 @@
"email": "einaros@gmail.com"
}
],
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
"repository": {
"type": "git",
"url": "https://github.com/socketio/socket.io-client.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"license": "MIT",
"engines": {

View File

@@ -2,9 +2,13 @@
"name": "socket.io-parser",
"version": "4.2.4",
"description": "socket.io protocol parser",
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
"repository": {
"type": "git",
"url": "https://github.com/socketio/socket.io-parser.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"files": [
"build/"

View File

@@ -32,9 +32,13 @@
},
"types": "./dist/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io#readme",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"scripts": {
"compile": "rimraf ./dist && tsc",