Merge pull request #75 from remcohaszing/keywords

Add keywords in package.json
This commit is contained in:
Remco Haszing 2021-08-15 12:56:15 +02:00 committed by GitHub
commit 970179a272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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