added back name
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1 +1 @@
|
|||||||
COPYRIGHT 2021 REDACTED - ALL RIGHTS RESERVED
|
COPYRIGHT 2021 BENJAMIN KYD - ALL RIGHTS RESERVED
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"setup": "npm i",
|
"setup": "npm i",
|
||||||
"test": "nodemon launchserver.js"
|
"test": "nodemon launchserver.js"
|
||||||
},
|
},
|
||||||
"author": " REDACTED",
|
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||||
"license": "UNLICENSED",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1"
|
"express": "^4.17.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "REDACTED",
|
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||||
"license": "UNLICENSED",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint": "^7.23.0",
|
"eslint": "^7.23.0",
|
||||||
"eslint-config-portsoc": "^0.8.1"
|
"eslint-config-portsoc": "^0.8.1"
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"setup": "npm i",
|
"setup": "npm i",
|
||||||
"test": "nodemon index.js"
|
"test": "nodemon index.js"
|
||||||
},
|
},
|
||||||
"author": "REDACTED",
|
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||||
"license": "UNLICENSED",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user