Remove all "DorianTech" references.

This commit is contained in:
Dorian Niemiec 2024-03-09 17:01:21 +01:00
parent 61513352d3
commit ae3e6048c2
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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"
},