chore: update the repository URLs

This commit is contained in:
Damien Arrachequesne
2024-07-09 10:51:43 +02:00
parent 5fae41a0d5
commit 84d2aa74cd
5 changed files with 25 additions and 8 deletions

View File

@@ -33,7 +33,6 @@
}
},
"types": "build/esm/index.d.ts",
"homepage": "https://github.com/socketio/engine.io-client",
"contributors": [
{
"name": "Guillermo Rauch",
@@ -112,9 +111,13 @@
"./build/cjs/transports/websocket.node.js": "./build/cjs/transports/websocket.js",
"./build/cjs/globals.node.js": "./build/cjs/globals.js"
},
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/engine.io-client#readme",
"repository": {
"type": "git",
"url": "https://github.com/socketio/engine.io-client.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"files": [
"build/",

View File

@@ -10,7 +10,6 @@
"require": "./build/cjs/index.js"
},
"types": "build/esm/index.d.ts",
"homepage": "https://github.com/socketio/engine.io-parser",
"devDependencies": {
"@babel/core": "~7.9.6",
"@babel/preset-env": "~7.9.6",
@@ -39,9 +38,13 @@
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
"prepack": "npm run compile"
},
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/engine.io-parser#readme",
"repository": {
"type": "git",
"url": "git@github.com:socketio/engine.io-parser.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"files": [
"build/"

View File

@@ -11,7 +11,6 @@
"require": "./build/engine.io.js"
},
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"homepage": "https://github.com/socketio/engine.io",
"contributors": [
{
"name": "Eugen Dueck",
@@ -71,9 +70,13 @@
"format:fix": "prettier --write \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\" \"test/webtransport.mjs\"",
"prepack": "npm run compile"
},
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/engine.io#readme",
"repository": {
"type": "git",
"url": "git@github.com:socketio/engine.io.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"files": [
"build/",

View File

@@ -2,9 +2,13 @@
"name": "socket.io-adapter",
"version": "2.5.5",
"license": "MIT",
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-adapter#readme",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io-adapter.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"files": [
"dist/"

View File

@@ -15,9 +15,13 @@
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/cjs/index.d.ts",
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-component-emitter#readme",
"repository": {
"type": "git",
"url": "https://github.com/socketio/emitter.git"
"url": "https://github.com/socketio/socket.io.git"
},
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"scripts": {
"test": "mocha --require should --reporter spec"