File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " fetch-client" ,
33 "displayName" : " Fetch Client" ,
4- "description" : " API Client for VS Code" ,
4+ "description" : " Rest API Client for VS Code which is used to test your API's within VS Code. " ,
55 "version" : " 1.0.0" ,
6+ "publisher" : " GanesanChandran" ,
67 "author" : {
7- "name" : " Ganesan Chandran"
8+ "name" : " Ganesan Chandran <https://ganesan-chandran.github.io/> "
89 },
910 "engines" : {
1011 "vscode" : " ^1.65.0"
157158 "vscode:prepublish" : " npm run package" ,
158159 "compile" : " webpack --mode development --progress --watch" ,
159160 "watch" : " webpack --mode development --progress --watch" ,
160- "package" : " webpack --mode production --progress --watch " ,
161+ "package" : " webpack --mode production" ,
161162 "compile-tests" : " tsc -p ./" ,
162163 "watch-tests" : " tsc -watch -p ./" ,
163164 "pretest" : " npm run compile-tests && npm run compile && npm run lint" ,
You can’t perform that action at this time.
0 commit comments