Skip to content

Commit

Permalink
feat: update publisher and name (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Feb 19, 2024
1 parent 5868d24 commit bc128fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"publisher": "ZixuanChen",
"name": "vitest-explorer",
"publisher": "vitest",
"name": "explorer",
"displayName": "Vitest",
"version": "0.2.44",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Run and debug Vitest test cases",
"description": "A Vite-native testing framework. It's fast!",
"author": "zxch3n",
"license": "MIT",
"repository": {
Expand All @@ -28,7 +28,7 @@
],
"main": "./dist/extension.js",
"icon": "img/icon.png",
"preview": true,
"pricing": "Free",
"engines": {
"vscode": "^1.77.0"
},
Expand Down Expand Up @@ -145,7 +145,7 @@
}
},
"scripts": {
"vscode:prepublish": "yarn run compile",
"vscode:prepublish": "pnpm compile",
"compile": "tsup ./src/extension.ts --external vscode --minify",
"watch": "tsup ./src/extension.ts --external vscode --watch --sourcemap",
"test": "vitest run --config vite.global-config.ts",
Expand Down

0 comments on commit bc128fb

Please sign in to comment.