mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
chore: update the repository URLs
Reference: https://docs.npmjs.com/cli/v10/configuring-npm/package-json
This commit is contained in:
@@ -115,9 +115,13 @@
|
|||||||
"email": "einaros@gmail.com"
|
"email": "einaros@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -2,9 +2,13 @@
|
|||||||
"name": "socket.io-parser",
|
"name": "socket.io-parser",
|
||||||
"version": "4.2.4",
|
"version": "4.2.4",
|
||||||
"description": "socket.io protocol parser",
|
"description": "socket.io protocol parser",
|
||||||
|
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": [
|
"files": [
|
||||||
"build/"
|
"build/"
|
||||||
|
|||||||
@@ -32,9 +32,13 @@
|
|||||||
},
|
},
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io#readme",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"scripts": {
|
||||||
"compile": "rimraf ./dist && tsc",
|
"compile": "rimraf ./dist && tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user