mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
chore: update the repository URLs
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user