Skip to content

Commit 98d3676

Browse files
committed
Updated meta in package.json
1 parent 3ef6877 commit 98d3676

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"name": "pico8vscodeeditor",
33
"displayName": "pico8vscodeeditor",
4-
"description": "VSCode editor for Pico-8 .p8 files.",
4+
"description": "VSCode editor for Pico-8 .p8 files with basic lua and pico8 api snippets.",
55
"version": "0.0.1",
6+
"author": {
7+
"name": "Grumpydev",
8+
"url": "https://github.com/grumpydev/"
9+
},
610
"publisher": "Grumpydev",
711
"engines": {
812
"vscode": "^1.27.0"
913
},
1014
"categories": [
11-
"Other"
15+
"Snippets","Other"
16+
],
17+
"keywords": [
18+
"pico8"
1219
],
1320
"activationEvents": [
1421
"onCommand:pico8.runCart",

0 commit comments

Comments
 (0)