Remove all "DorianTech" references.
This commit is contained in:
parent
61513352d3
commit
ae3e6048c2
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ if(!version) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).on("error", function() {
|
}).on("error", function() {
|
||||||
console.log("Can't connect to thr SVR.JS download server!");
|
console.log("Can't connect to the SVR.JS download server!");
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
downloadSVRJS(version);
|
downloadSVRJS(version);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "svrjs",
|
"name": "svrjs",
|
||||||
"version": "3.11.0-stub1",
|
"version": "3.14.5-stub1",
|
||||||
"description": "A web server running on Node.JS",
|
"description": "A web server running on Node.JS",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"javascript"
|
"javascript"
|
||||||
],
|
],
|
||||||
"homepage": "https://svrjs.org",
|
"homepage": "https://svrjs.org",
|
||||||
"author": "DorianTech S.A.",
|
"author": "SVR.JS",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8"
|
"node": ">= 8"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue