fix package.json

This commit is contained in:
Kristen Mills 2020-01-24 13:18:00 -08:00
parent 42548a2137
commit dbda6b2631
No known key found for this signature in database
GPG key ID: 6012BC68B83FF83C

View file

@ -1,6 +1,6 @@
{
"name": "@flexget/monaco-yaml",
"version": "2.3.0",
"name": "monaco-yaml",
"version": "2.1.0",
"description": "YAML plugin for the Monaco Editor",
"scripts": {
"watch": "tsc -p ./src --watch",
@ -23,15 +23,16 @@
},
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
"maintainers": [
"kristenmills"
"kpdecker",
"pengx17"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kristenmills/monaco-yaml"
"url": "https://github.com/pengx17/monaco-yaml"
},
"bugs": {
"url": "https://github.com/kristenmills/monaco-yaml/issues"
"url": "https://github.com/pengx17/monaco-yaml/issues"
},
"dependencies": {
"js-yaml": "^3.12.0",