From 26c05f6012c51cec37998a8fa8cc650f515d7fb3 Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 16:18:23 +0200 Subject: [PATCH] bump --- package.json | 4 ++++ src/ProTip.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad30c3..eb076b5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "version": "1.0.2", "description": "Static site using S3 and CloudFront", "type": "module", + "files": [ + "public/*", + "dist" + ], "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/src/ProTip.tsx b/src/ProTip.tsx index 217b5bf..db7d026 100644 --- a/src/ProTip.tsx +++ b/src/ProTip.tsx @@ -17,7 +17,7 @@ export default function ProTip() { {'Pro tip: See more '} templates - {' in the MaterialĀ UI documentation.'} + {' in the MaterialĀ UI documentation, or lookup templates in FireClover.'} ); }