mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:06:04 +00:00
721f880cfd
**Bug** Colorizer-tests currently installs an old version of typescript **Fix** Switch to using the standard typescript that all other extensions use. Also switch over to using the shared `vscode.d.ts` file
19 lines
No EOL
526 B
JSON
19 lines
No EOL
526 B
JSON
{
|
|
"name": "vscode-colorize-tests",
|
|
"description": "Colorize tests for VS Code",
|
|
"version": "0.0.1",
|
|
"publisher": "vscode",
|
|
"private": true,
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json",
|
|
"postinstall": "node ./node_modules/vscode/bin/install"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^2.2.38",
|
|
"@types/node": "^7.0.4",
|
|
"vscode": "1.0.1"
|
|
}
|
|
} |