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",
|
||||
"test": "nodemon launchserver.js"
|
||||
},
|
||||
"author": " REDACTED",
|
||||
"license": "UNLICENSED",
|
||||
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "REDACTED",
|
||||
"license": "UNLICENSED",
|
||||
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eslint": "^7.23.0",
|
||||
"eslint-config-portsoc": "^0.8.1"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"setup": "npm i",
|
||||
"test": "nodemon index.js"
|
||||
},
|
||||
"author": "REDACTED",
|
||||
"license": "UNLICENSED",
|
||||
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"colors": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user