We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4933ed6 commit 94a30f6Copy full SHA for 94a30f6
plugin.json
@@ -2,14 +2,10 @@
2
"name": "snippets",
3
"author": "TCOTC",
4
"url": "https://github.com/TCOTC/snippets",
5
- "version": "1.4.4",
+ "version": "1.4.5",
6
"minAppVersion": "3.1.27",
7
- "backends": [
8
- "all"
9
- ],
10
- "frontends": [
11
12
+ "backends": ["all"],
+ "frontends": ["all"],
13
"disabledInPublish": true,
14
"displayName": {
15
"default": "Code Snippets Manager",
@@ -30,9 +26,7 @@
30
26
"ja_JP": "README_ja_JP.md"
31
27
},
32
28
"funding": {
33
- "custom": [
34
- "https://bento.me/jeffff"
35
- ]
29
+ "custom": ["https://bento.me/jeffff"]
36
37
"keywords": [
38
"css",
pnpm-workspace.yaml
@@ -1,2 +1,5 @@
1
+packages:
+ - ./src
+
onlyBuiltDependencies:
- esbuild
0 commit comments