Skip to content

Commit efb87bb

Browse files
committed
Fix package.json syntax error
1 parent d069537 commit efb87bb

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": "sitepoint front end test",
55
"main": "index.js",
66
"scripts": {
7-
"start" : "node index.js",
7+
"start" : "node index.js"
88
},
99
"keywords": [
1010
"sitepoint"

0 commit comments

Comments
 (0)