Skip to content

Commit 2adae47

Browse files
package changes
1 parent ec3c0b2 commit 2adae47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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"
@@ -157,7 +158,7 @@
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",

0 commit comments

Comments
 (0)