Skip to content

Commit

Permalink
Add additional keywords to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Sep 3, 2023
1 parent 27f9c59 commit 599858d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati

## Features
- OpenAPI 3.0
- Built in automatic Internationalization
- Built in automatic Internationalization (I18n)
- Works with any framework
- View resources, models, and directly make API calls
- Better Usability,
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"API",
"REST",
"REST gui",
"api spec",
"spec",
"documentation",
"Custom Element",
"Web Component",
Expand All @@ -30,7 +32,9 @@
"openapi themes",
"swagger themes",
"rapidoc",
"redoc"
"redoc",
"i18n",
"internationalization"
],
"main": "dist/lib/openapi-explorer.js",
"module": "dist/es/openapi-explorer.js",
Expand Down

0 comments on commit 599858d

Please sign in to comment.