Skip to content

Commit 94a30f6

Browse files
committed
v1.4.5
1 parent 4933ed6 commit 94a30f6

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

plugin.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
"name": "snippets",
33
"author": "TCOTC",
44
"url": "https://github.com/TCOTC/snippets",
5-
"version": "1.4.4",
5+
"version": "1.4.5",
66
"minAppVersion": "3.1.27",
7-
"backends": [
8-
"all"
9-
],
10-
"frontends": [
11-
"all"
12-
],
7+
"backends": ["all"],
8+
"frontends": ["all"],
139
"disabledInPublish": true,
1410
"displayName": {
1511
"default": "Code Snippets Manager",
@@ -30,9 +26,7 @@
3026
"ja_JP": "README_ja_JP.md"
3127
},
3228
"funding": {
33-
"custom": [
34-
"https://bento.me/jeffff"
35-
]
29+
"custom": ["https://bento.me/jeffff"]
3630
},
3731
"keywords": [
3832
"css",

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
packages:
2+
- ./src
3+
14
onlyBuiltDependencies:
25
- esbuild

0 commit comments

Comments
 (0)