mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-06 19:40:55 +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": {
|
"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