added back name

This commit is contained in:
Ben Kyd
2021-05-24 17:09:58 +01:00
parent 791802a3ae
commit 0c9875853d
4 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
COPYRIGHT 2021 REDACTED - ALL RIGHTS RESERVED COPYRIGHT 2021 BENJAMIN KYD - ALL RIGHTS RESERVED

View File

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

View File

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

View File

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