This commit is contained in:
Remco Haszing 2021-07-18 15:01:19 +02:00
parent bd831b1e03
commit 090302534a
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "monaco-yaml",
"version": "2.5.0",
"version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.5.0",
"version": "3.0.0",
"license": "MIT",
"workspaces": [
"examples/*"

View file

@ -1,6 +1,6 @@
{
"name": "monaco-yaml",
"version": "2.5.0",
"version": "3.0.0",
"description": "YAML plugin for the Monaco Editor",
"scripts": {
"watch": "tsc -p ./src --watch",