From 95596b812983f892411c32fa67a5ca7de4b22cd3 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 20 Aug 2020 21:01:13 +0200 Subject: [PATCH] chore(api-docs): the api docs plugin should be published (#2051) * chore(api-docs): the api docs plugin should be published * chore: add missing @types/react dependency * chore: move to dependency --- plugins/api-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index 65f83a936d..c8a6b5732d 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": true, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -34,6 +33,7 @@ "react-dom": "^16.13.1", "react-router-dom": "6.0.0-beta.0", "react-use": "^15.3.3", + "@types/react": "^16.9", "swagger-ui-react": "^3.31.1" }, "devDependencies": {