From f77800f748c095e0237e5427839fe9c07002c997 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 10 Mar 2022 20:42:59 +0000 Subject: [PATCH] chore: include templates in package --- packages/ui-templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-templates/package.json b/packages/ui-templates/package.json index 67903eaacc..0b44ffc1c0 100644 --- a/packages/ui-templates/package.json +++ b/packages/ui-templates/package.json @@ -11,7 +11,7 @@ "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ - "dist/templates", + "dist/templates/*", "dist/index.*" ], "scripts": {