From 351023020030ec2487e8188c6797aadb5e0f6b26 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:43:14 -0400 Subject: [PATCH] add public to output --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b21d6b4..c8c0cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bos-workspace", - "version": "1.0.0-alpha.34", + "version": "1.0.0-alpha.35", "description": "", "bin": { "bos-workspace": "./bin/bw.js", @@ -17,7 +17,8 @@ "files": [ "dist", "bin", - "templates" + "templates", + "public" ], "keywords": [], "main": "./bin/bw.js",