2015-11-05 17:33:07 +01:00
|
|
|
{
|
|
|
|
|
"name": "vsc-extension-samples",
|
|
|
|
|
"publisher": "Microsoft",
|
|
|
|
|
"scripts": {
|
2016-05-20 11:13:35 +02:00
|
|
|
"install-all": "npm --prefix decorator-sample i decorator-sample && npm --prefix previewhtml-sample i previewhtml-sample && npm --prefix contentprovider-sample i contentprovider-sample",
|
2016-03-24 16:20:18 +01:00
|
|
|
"compile-decorator": "cd decorator-sample && npm run compile",
|
2016-05-20 11:13:35 +02:00
|
|
|
"compile-previewhtml": "cd previewhtml-sample && npm run compile",
|
|
|
|
|
"compile-contentprovider": "cd contentprovider-sample && npm run compile"
|
2015-11-05 17:33:07 +01:00
|
|
|
}
|
|
|
|
|
}
|