damn vsce
This commit is contained in:
parent
73a328bf69
commit
0c7dbb95f7
@ -26,4 +26,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
截图
|
截图
|
||||||
![screenshot](https://git.isliberty.me/abbycin/topjs-debugger/src/master/assets/screenshot.jpg)
|
![screenshot](./assets/screenshot.jpg)
|
@ -32,8 +32,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||||
"build": "node ./build.js",
|
"build": "node ./build.js",
|
||||||
"package": "vsce package",
|
"package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/",
|
||||||
"publish": "vsce publish"
|
"unpublish": "vsce unpublish",
|
||||||
|
"publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"await-notify": "^1.0.1",
|
"await-notify": "^1.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user