mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 09:31:25 +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": {
|
||||
"url": "https://github.com/remcohaszing/monaco-yaml/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"editor",
|
||||
"frontend",
|
||||
"front-end",
|
||||
"monaco",
|
||||
"monaco-editor",
|
||||
"yaml"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"js-yaml": "^3.14.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue