Skip to content

Commit

Permalink
fix: add keywords in package.json
Browse files Browse the repository at this point in the history
It helps people discover the package as it's listed in npm search
  • Loading branch information
jy95 committed Feb 12, 2023
1 parent 9a7aa50 commit 6f2ff0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "docusaurus-json-schema-plugin",
"version": "0.0.0-development",
"description": "A Docusaurus v2 plugin that provides a JSON Schema viewer / editor React component !",
"keywords": [
"docusaurus",
"docusaurus theme",
"docusaurus plugin",
"json schema",
"json schema viewer",
"json schema documentation",
"json schema editor"
],
"main": "lib/index.js",
"types": "src/theme-json-schema.d.ts",
"repository": "https://github.com/jy95/docusaurus-json-schema-plugin.git",
Expand Down

0 comments on commit 6f2ff0f

Please sign in to comment.