From 9dd3ba66fc4000bfdf4c5f4662f14b8210effc65 Mon Sep 17 00:00:00 2001 From: "@pawelmitka" Date: Fri, 17 Sep 2021 13:19:47 +0200 Subject: [PATCH] chore: make package public Signed-off-by: @pawelmitka --- plugins/scaffolder-backend-module-yeoman/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json index 195aac6fc1..eb339b90d5 100644 --- a/plugins/scaffolder-backend-module-yeoman/package.json +++ b/plugins/scaffolder-backend-module-yeoman/package.json @@ -4,6 +4,7 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", + "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js",