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() {
|
||||
console.log("Can't connect to thr SVR.JS download server!");
|
||||
console.log("Can't connect to the SVR.JS download server!");
|
||||
});
|
||||
} else {
|
||||
downloadSVRJS(version);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "svrjs",
|
||||
"version": "3.11.0-stub1",
|
||||
"version": "3.14.5-stub1",
|
||||
"description": "A web server running on Node.JS",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -19,7 +19,7 @@
|
|||
"javascript"
|
||||
],
|
||||
"homepage": "https://svrjs.org",
|
||||
"author": "DorianTech S.A.",
|
||||
"author": "SVR.JS",
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue