Add keywords in package.json

This helps people find this package.
This commit is contained in:
Remco Haszing 2021-08-15 12:46:36 +02:00
parent c2e6af4198
commit 0d107449ad
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

@ -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",