sameernotes commited on
Commit
42ca009
·
verified ·
1 Parent(s): cb0c5cb

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +5 -4
package.json CHANGED
@@ -2,7 +2,7 @@
2
  "name": "chat-app",
3
  "version": "1.0.0",
4
  "description": "",
5
- "main": "app.js",
6
  "scripts": {
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
  "start": "node app.js"
@@ -11,6 +11,7 @@
11
  "author": "",
12
  "license": "ISC",
13
  "dependencies": {
14
- "express": "^5.1.0",
15
- "socket.io": "^4.8.1"
16
- }
 
 
2
  "name": "chat-app",
3
  "version": "1.0.0",
4
  "description": "",
5
+ "main": "app.js",
6
  "scripts": {
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
  "start": "node app.js"
 
11
  "author": "",
12
  "license": "ISC",
13
  "dependencies": {
14
+ "express": "^5.1.0", // <--- MAKE SURE THIS COMMA IS PRESENT
15
+ "socket.io": "^4.8.1"
16
+ } // <-- NO comma here, as it's the last item in 'dependencies'
17
+ } // <-- NO comma here, as 'dependencies' is the last item in the main object