This commit is contained in:
Remco Haszing 2021-07-18 15:01:19 +02:00
parent bd831b1e03
commit b369211fd4
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", "name": "monaco-yaml",
"version": "2.5.0", "version": "3.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "2.5.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
"examples/*" "examples/*"

View file

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