File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 117117 "vscode:prepublish" : " npm run compile" ,
118118 "compile" : " tsc -p ./" ,
119119 "watch" : " tsc -watch -p ./" ,
120- "pretest" : " npm run compile && npm run lint || true " ,
120+ "pretest" : " npm run compile && npm run lint" ,
121121 "lint" : " eslint src --ext ts" ,
122- "test" : " c8 --reporter=json --reporter=json-summary node ./out/test/runTest.js"
122+ "test" : " node ./out/test/runTest.js"
123123 },
124124 "devDependencies" : {
125- "@types/mocha" : " ^10.0.10" ,
126125 "@types/node" : " ^14.x.x" ,
127126 "@types/vscode" : " ^1.60.0" ,
128127 "@typescript-eslint/eslint-plugin" : " ^4.x.x" ,
129128 "@typescript-eslint/parser" : " ^4.x.x" ,
130129 "@vscode/vsce" : " ^3.3.2" ,
131- "c8" : " ^10.1.3" ,
132130 "eslint" : " ^7.x.x" ,
133- "mocha" : " ^11.5.0" ,
134131 "typescript" : " ^4.x.x"
135132 },
136133 "dependencies" : {
145142 " README.md" ,
146143 " LICENSE"
147144 ]
148- }
145+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments