mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-05 19:10:58 +00:00
update version info
This commit is contained in:
parent
775a2b5fa8
commit
63a3bbf73f
1 changed files with 6 additions and 7 deletions
13
package.json
13
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@magicsandbox/monaco-yaml",
|
"name": "@flexget/monaco-yaml",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"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",
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"bundle:umd": "node ./scripts/bundle-umd",
|
"bundle:umd": "node ./scripts/bundle-umd",
|
||||||
"bundle:esm": "node ./scripts/bundle-esm",
|
"bundle:esm": "node ./scripts/bundle-esm",
|
||||||
"build": "yarn compile && yarn bundle",
|
"build": "yarn compile && yarn bundle",
|
||||||
"prepare": "yarn build",
|
"prepublish": "yarn build",
|
||||||
"lint": "prettier \"{src,test}/**/*.{json,scss,html,ts}\" --write",
|
"lint": "prettier \"{src,test}/**/*.{json,scss,html,ts}\" --write",
|
||||||
"test": "jest --verbose"
|
"test": "jest --verbose"
|
||||||
},
|
},
|
||||||
|
|
@ -23,16 +23,15 @@
|
||||||
},
|
},
|
||||||
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"kpdecker",
|
"kristenmills"
|
||||||
"pengx17"
|
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pengx17/monaco-yaml"
|
"url": "https://github.com/kristenmills/monaco-yaml"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pengx17/monaco-yaml/issues"
|
"url": "https://github.com/kristenmills/monaco-yaml/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-yaml": "^3.12.0"
|
"js-yaml": "^3.12.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue