Skip to content

Commit 074ca64

Browse files
committed
chore: release v0.0.10
1 parent 5cbb58c commit 074ca64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "warmthsea",
33
"name": "vscode-custom-code-color",
44
"displayName": "vscode-custom-code-color",
5-
"version": "0.0.9",
5+
"version": "0.0.10",
66
"private": true,
77
"packageManager": "[email protected]",
88
"description": "",
@@ -47,7 +47,10 @@
4747
]
4848
},
4949
"vscodeCustomCodeColor.highlightValue": {
50-
"type": ["string", "array"],
50+
"type": [
51+
"string",
52+
"array"
53+
],
5154
"description": "vscodeCustomCodeColor.highlightValue",
5255
"default": "v-role"
5356
},

0 commit comments

Comments
 (0)