change baseurl
Showing
... | ... | @@ -32,9 +32,9 @@ |
"scripts": { | ||
"postinstall": "node ./node_modules/vscode/bin/install", | ||
"build": "node ./build.js", | ||
"package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/", | ||
"package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/raw/master/", | ||
"unpublish": "vsce unpublish", | ||
"publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/" | ||
"publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/raw/master/" | ||
}, | ||
"dependencies": { | ||
"await-notify": "^1.0.1", | ||
... | ... |
Please register or sign in to comment