Skip to content

Commit 78ca4e4

Browse files
committed
Fix trailing comma
1 parent bfae7aa commit 78ca4e4

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
@@ -45,7 +45,7 @@
4545
"start": "node ./Parse-Dashboard/index.js"
4646
},
4747
"engines": {
48-
"node": ">=4.3",
48+
"node": ">=4.3"
4949
},
5050
"jest": {
5151
"testPathDirs": [

0 commit comments

Comments
 (0)