Fix invalid JSON in package.json
This commit is contained in:
@@ -1,23 +1,3 @@
|
||||
// {
|
||||
// "name": "newchessgame",
|
||||
// "version": "1.0.0",
|
||||
// "main": "app.js",
|
||||
// "scripts": {
|
||||
// "test": "echo \"Error: no test specified\" && exit 1"
|
||||
// },
|
||||
// "keywords": [],
|
||||
// "author": "",
|
||||
// "license": "ISC",
|
||||
// "description": "",
|
||||
// "dependencies": {
|
||||
// "chess.js": "^1.0.0-beta.8",
|
||||
// "ejs": "^3.1.10",
|
||||
// "express": "^4.19.2",
|
||||
// "nodemon": "^3.1.2",
|
||||
// "socket.io": "^4.7.5"
|
||||
// }
|
||||
// }
|
||||
|
||||
{
|
||||
"name": "newchessgame",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user