mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-09 04:50:56 +00:00
Merge pull request #75 from remcohaszing/keywords
Add keywords in package.json
This commit is contained in:
commit
970179a272
1 changed files with 8 additions and 0 deletions
|
|
@ -33,6 +33,14 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/remcohaszing/monaco-yaml/issues"
|
"url": "https://github.com/remcohaszing/monaco-yaml/issues"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"editor",
|
||||||
|
"frontend",
|
||||||
|
"front-end",
|
||||||
|
"monaco",
|
||||||
|
"monaco-editor",
|
||||||
|
"yaml"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/json-schema": "^7.0.9",
|
"@types/json-schema": "^7.0.9",
|
||||||
"js-yaml": "^3.14.1",
|
"js-yaml": "^3.14.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue