This commit is contained in:
Remco Haszing 2021-09-15 21:59:27 +02:00
parent 65e91a1d43
commit 979ed62d6f
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,12 +1,12 @@
{ {
"name": "monaco-yaml", "name": "monaco-yaml",
"version": "3.2.0", "version": "3.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "monaco-yaml", "name": "monaco-yaml",
"version": "3.2.0", "version": "3.2.1",
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [
"examples/*" "examples/*"

View file

@ -1,6 +1,6 @@
{ {
"name": "monaco-yaml", "name": "monaco-yaml",
"version": "3.2.0", "version": "3.2.1",
"description": "YAML plugin for the Monaco Editor", "description": "YAML plugin for the Monaco Editor",
"homepage": "https://monaco-yaml.js.org", "homepage": "https://monaco-yaml.js.org",
"scripts": { "scripts": {