Skip to content

Commit 616e4a7

Browse files
committed
Updated manifest.json
Removed extra commas causing it to be invalid
1 parent 9136254 commit 616e4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sketch-plugin-manager.sketchplugin/Contents/Sketch/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"script" : "main.cocoascript",
2525
"handlers" : {
2626
"actions" : {
27-
"Startup" : "startup",
27+
"Startup" : "startup"
2828
}
2929
}
3030
}
3131
],
3232
"menu" : {
3333
"items" : [
3434
"show manager",
35-
"check for updates",
35+
"check for updates"
3636
]
3737
}
3838
}

0 commit comments

Comments
 (0)