Skip to content

Commit 322a30c

Browse files
committed
Deal with submission issues
1 parent a7b3956 commit 322a30c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SwiftFormat.novaextension/extension.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"identifier": "org.padraig.SwiftFormat",
33
"name": "SwiftFormat",
4-
"organization": "Pádraig Ó Cinnéide",
5-
"description": "Runs SwiftFormat whenever Swift files are saved.",
4+
"organization": "padraig.org",
5+
"license": "MIT",
6+
"description": "Runs SwiftFormat when Swift files are saved.",
7+
"bugs": "https://github.com/PadraigK/swiftformat-nova/issues",
8+
"repository": "https://github.com/PadraigK/swiftformat-nova",
69
"version": "1.0",
710
"categories": ["formatters", "commands"],
811

0 commit comments

Comments
 (0)