mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Publish monaco-css@1.1.3-next.1
This commit is contained in:
parent
01cf2aeea8
commit
0b6b8d8c41
1 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"name": "monaco-css",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3-next.1",
|
||||
"description": "CSS, LESS and SCSS plugin for the Monaco Editor",
|
||||
"scripts": {
|
||||
"compile": "gulp compile",
|
||||
"watch": "gulp watch",
|
||||
"prepublish": "gulp release"
|
||||
"prepublish": "gulp release",
|
||||
"install-service-next": "npm install vscode-css-languageservice@next -f -S",
|
||||
"install-service-local": "npm install ../vscode-css-languageservice -f -S"
|
||||
},
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
@ -17,7 +19,7 @@
|
|||
"url": "https://github.com/Microsoft/monaco-css/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-css-languageservice": "1.0.5",
|
||||
"vscode-css-languageservice": "^1.0.7-next.3",
|
||||
"vscode-languageserver-types": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue