mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Publish monaco-json@1.0.5-next.1
This commit is contained in:
parent
dbfa9a3980
commit
2ca146d5c5
1 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "monaco-json",
|
"name": "monaco-json",
|
||||||
"version": "1.0.3",
|
"version": "1.0.5-next.1",
|
||||||
"description": "JSON plugin for the Monaco Editor",
|
"description": "JSON plugin for the Monaco Editor",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "gulp compile",
|
"compile": "gulp compile",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"prepublish": "gulp release"
|
"prepublish": "gulp release",
|
||||||
|
"install-service-next": "npm install vscode-json-languageservice@next -f -S",
|
||||||
|
"install-service-local": "npm install ../vscode-json-languageservice -f -S"
|
||||||
},
|
},
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -17,7 +19,7 @@
|
||||||
"url": "https://github.com/Microsoft/monaco-json/issues"
|
"url": "https://github.com/Microsoft/monaco-json/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vscode-json-languageservice": "1.1.4",
|
"vscode-json-languageservice": "^1.1.5-next.1",
|
||||||
"vscode-languageserver-types": "^1.0.1"
|
"vscode-languageserver-types": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue