mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
add version property
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "vsc-extension-samples",
|
||||
"publisher": "Microsoft",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"postinstall": "node build/postinstall.js",
|
||||
"compile-decorator": "cd decorator-sample && npm run compile",
|
||||
@ -9,4 +10,4 @@
|
||||
"compile-languageprovider": "cd languageprovider-sample && npm run compile && cd ..",
|
||||
"compile-statusbar": "cd statusbar-sample && npm run compile && cd .."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user