From 15677cc64efcb9b44f0c767a8debe0cdfdc19c82 Mon Sep 17 00:00:00 2001 From: Jacob Paris Date: Sun, 6 Oct 2024 22:53:54 -0400 Subject: [PATCH] docs: remove package lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db317e5..667c6f6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ People keep telling me ~~remix~~ react router is overkill for small projects, bu │ ├── root.tsx │ ├── routes.ts │ └── tailwind.css -├── package-lock.json ├── package.json ├── tsconfig.json └── vite.config.js @@ -18,3 +17,4 @@ People keep telling me ~~remix~~ react router is overkill for small projects, bu - React 19 - Typescript - Tailwind 4 (vite plugin) +