Skip to content

Commit 3a7ce30

Browse files
committed
adding correct org identifier (chrisdl) and adding repository and bugs. also added activationevents asterisk so it should always activate.
1 parent 8d35f86 commit 3a7ce30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sort.novaextension/extension.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"identifier": "org.Sort",
2+
"identifier": "chrisdl.Sort",
33
"name": "Sort",
44
"organization": "Chris DiLorenzo",
5-
"description": "Sort lines",
5+
"description": "Sort lines by content or length in the editor.",
66
"version": "1.0",
77
"categories": ["commands"],
8-
8+
"repository": "https://github.com/chrisdl/nova-sort",
9+
"bugs": "https://github.com/chrisdl/nova-sort/issues",
910
"main": "main.js",
1011

11-
"activationEvents": [ ],
12-
12+
"activationEvents": ["*"],
1313
"entitlements": { },
1414

1515
"commands": {

0 commit comments

Comments
 (0)