update package.json
This commit is contained in:
parent
ac299e1053
commit
e1026aeb69
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openterminal",
|
"name": "openterminal",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./server/main.js",
|
"main": "./server/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,14 +9,14 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mellodoot/openterminal.git"
|
"url": "git+https://github.com/arimelody/openterminal.git"
|
||||||
},
|
},
|
||||||
"author": "ari melody",
|
"author": "ari melody",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mellodoot/openterminal/issues"
|
"url": "https://github.com/arimelody/openterminal/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mellodoot/openterminal#readme",
|
"homepage": "https://github.com/arimelody/openterminal#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ws": "^8.17.1"
|
"ws": "^8.17.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue