File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ast-grep-vscode" ,
3- "version" : " 0.1.17 " ,
3+ "version" : " 0.1.18 " ,
44 "description" : " ast-grep VSCode is a structural search and replace extension for many languages." ,
55 "keywords" : [
66 " ast" ,
2828 "license" : " MIT" ,
2929 "main" : " ./out/extension.js" ,
3030 "engines" : {
31- "vscode" : " ^1.94 .0"
31+ "vscode" : " ^1.102 .0"
3232 },
3333 "icon" : " media/favicon.png" ,
3434 "categories" : [" Linters" , " Programming Languages" , " Other" ],
169169 "url" : " https://github.com/sponsors/HerringtonDarkholme"
170170 },
171171 "scripts" : {
172- "vscode:prepublish" : " pnpm run compile" ,
173- "pretest" : " pnpm run compile" ,
172+ "vscode:prepublish" : " npm run compile" ,
173+ "pretest" : " npm run compile" ,
174174 "test" : " node ./scripts/test/runTest.mjs" ,
175175 "compile" : " node ./scripts/build.mjs" ,
176176 "typecheck" : " tsc --noEmit" ,
You can’t perform that action at this time.
0 commit comments