Skip to content

Commit 58acc67

Browse files
committed
chore: add publisher field to package.json
Required to publish extension through VSCE
1 parent e49a811 commit 58acc67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "INI language support for development of content for the game Cortex Command",
55
"icon": "icon.png",
66
"version": "0.0.1",
7+
"publisher": "CortexCommandCommunityProject",
78
"license": "LICENSE.md",
89
"repository": {
910
"type": "git",
@@ -54,4 +55,4 @@
5455
"build": "npx js-yaml syntaxes/ccini.tmLanguage.yaml > syntaxes/ccini.tmLanguage.json",
5556
"publish": "vsce publish"
5657
}
57-
}
58+
}

0 commit comments

Comments
 (0)