Store vscode version in package.json for reproducible builds

This commit is contained in:
Alex Dima 2021-12-10 20:41:17 +01:00
parent 218caac488
commit d5dd935683
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -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",