Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ccd8f41

Browse files
authoredDec 16, 2020
Removed comma in package.json
1 parent 06ab848 commit ccd8f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A tool to gather user information",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node index.js",
7+
"start": "node index.js"
88
},
99
"author": "k.Boopathi",
1010
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.