From 599858df91c9e3c816426eec2290769e74a44ba1 Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Sun, 3 Sep 2023 22:31:22 +0200 Subject: [PATCH] Add additional keywords to npm. --- README.md | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1d982c..10ccd037 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/package.json b/package.json index 7f26cad5..ee431e36 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "API", "REST", "REST gui", + "api spec", + "spec", "documentation", "Custom Element", "Web Component", @@ -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",