Skip to content

Commit b4f0c00

Browse files
committed
chore: release v1.0.0
1 parent 55833fa commit b4f0c00

File tree

1 file changed

+115
-4
lines changed

1 file changed

+115
-4
lines changed

package.json

Lines changed: 115 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"publisher": "leostar-tools",
2+
"publisher": "leostar-snippets",
33
"name": "leostar-snippets",
44
"displayName": "leostar-snippets",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"private": true,
77
"packageManager": "pnpm@9.3.0",
88
"description": "leostar's vscode snippets",
@@ -17,7 +17,14 @@
1717
"url": "https://github.com/ileostar/vscode-leostar-snippets/issues"
1818
},
1919
"keywords": [
20-
"Vue 3",
20+
"vue 3",
21+
"React",
22+
"css",
23+
"javascript",
24+
"typescript",
25+
"pinia",
26+
"regex",
27+
"vitest",
2128
"Snippets"
2229
],
2330
"categories": [
@@ -31,7 +38,111 @@
3138
"snippets": [
3239
{
3340
"language": "vue",
34-
"path": "./snippets/vue.json"
41+
"path": "./snippets/vue/index.json"
42+
},
43+
{
44+
"language": "vue",
45+
"path": "./snippets/js/index.json"
46+
},
47+
{
48+
"language": "html",
49+
"path": "./snippets/vue/index.json"
50+
},
51+
{
52+
"language": "javascript",
53+
"path": "./snippets/js/index.json"
54+
},
55+
{
56+
"language": "typescript",
57+
"path": "./snippets/js/index.json"
58+
},
59+
{
60+
"language": "css",
61+
"path": "./snippets/css/index.json"
62+
},
63+
{
64+
"language": "scss",
65+
"path": "./snippets/css/index.json"
66+
},
67+
{
68+
"language": "less",
69+
"path": "./snippets/vue/index.json"
70+
},
71+
{
72+
"language": "javascript",
73+
"path": "./snippets/pinia/index.json"
74+
},
75+
{
76+
"language": "typescript",
77+
"path": "./snippets/pinia/index.json"
78+
},
79+
{
80+
"language": "javascript",
81+
"path": "./snippets/nest/index.json"
82+
},
83+
{
84+
"language": "typescript",
85+
"path": "./snippets/nest/index.json"
86+
},
87+
{
88+
"language": "javascript",
89+
"path": "./snippets/react/javascript.json"
90+
},
91+
{
92+
"language": "typescript",
93+
"path": "./snippets/react/typescript.json"
94+
},
95+
{
96+
"language": "javascriptreact",
97+
"path": "./snippets/react/javascript.json"
98+
},
99+
{
100+
"language": "typescriptreact",
101+
"path": "./snippets/react/typescript.json"
102+
},
103+
{
104+
"language": "javascript",
105+
"path": "./snippets/regex/index.json"
106+
},
107+
{
108+
"language": "typescript",
109+
"path": "./snippets/regex/index.json"
110+
},
111+
{
112+
"language": "vue",
113+
"path": "./snippets/regex/index.json"
114+
},
115+
{
116+
"language": "javascriptreact",
117+
"path": "./snippets/regex/index.json"
118+
},
119+
{
120+
"language": "typescriptreact",
121+
"path": "./snippets/regex/index.json"
122+
},
123+
{
124+
"language": "javascript",
125+
"path": "./snippets/vitest/index.json"
126+
},
127+
{
128+
"language": "typescript",
129+
"path": "./snippets/vitest/index.json"
130+
},
131+
{
132+
"language": "javascript",
133+
"path": "./snippets/jest/index.json"
134+
},
135+
{
136+
"language": "javascriptreact",
137+
"path": "./snippets/jest/index.json"
138+
},
139+
{
140+
"language": "typescript",
141+
"path": "./snippets/jest/index.json"
142+
},
143+
{
144+
"language": "typescriptreact",
145+
"path": "./snippets/jest/index.json"
35146
}
36147
]
37148
},

0 commit comments

Comments
 (0)