mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-07 12:00:42 +00:00
fix package.json
This commit is contained in:
parent
42548a2137
commit
dbda6b2631
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flexget/monaco-yaml",
|
"name": "monaco-yaml",
|
||||||
"version": "2.3.0",
|
"version": "2.1.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",
|
||||||
|
|
@ -23,15 +23,16 @@
|
||||||
},
|
},
|
||||||
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"kristenmills"
|
"kpdecker",
|
||||||
|
"pengx17"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/kristenmills/monaco-yaml"
|
"url": "https://github.com/pengx17/monaco-yaml"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/kristenmills/monaco-yaml/issues"
|
"url": "https://github.com/pengx17/monaco-yaml/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-yaml": "^3.12.0",
|
"js-yaml": "^3.12.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue