mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Store vscode version in package.json for reproducible builds
This commit is contained in:
parent
218caac488
commit
d5dd935683
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "monaco-editor",
|
"name": "monaco-editor",
|
||||||
"private": true,
|
|
||||||
"version": "0.31.0",
|
"version": "0.31.0",
|
||||||
|
"vscode": "7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e",
|
||||||
|
"private": true,
|
||||||
"description": "A browser based code editor",
|
"description": "A browser based code editor",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue