mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 22:41:39 +00:00
Add keywords in package.json
This helps people find this package.
This commit is contained in:
parent
c2e6af4198
commit
0d107449ad
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