Skip to content

Commit 7d0b192

Browse files
authored
Update package.json
1 parent c308343 commit 7d0b192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.html",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "index.html" // Adjust this based on your project entry point
8+
"start": "index.html"
99
},
1010
"keywords": [
1111
"keywords",
@@ -17,9 +17,9 @@
1717
"author": "Manas Dey",
1818
"license": "MIT",
1919
"dependencies": {
20-
// List your production dependencies here
20+
2121
},
2222
"devDependencies": {
23-
// List your development dependencies here
23+
2424
}
2525
}

0 commit comments

Comments
 (0)