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

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -3
package.json CHANGED
@@ -11,7 +11,7 @@
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
 
11
  "author": "",
12
  "license": "ISC",
13
  "dependencies": {
14
+ "express": "^5.1.0",
15
  "socket.io": "^4.8.1"
16
+ }
17
+ }