From 12ba89d6f33aeea08a44a5e8cfbc12dafe46e513 Mon Sep 17 00:00:00 2001 From: johnlindquist Date: Thu, 16 Jan 2025 11:34:52 -0700 Subject: [PATCH] fix(build): vercel doesn't support npmrc --- .npmrc | 1 - src/styles/index.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 71099789d..000000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -use-node-version=18.20.5 \ No newline at end of file diff --git a/src/styles/index.css b/src/styles/index.css index f37285287..975871dfb 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -194,4 +194,4 @@ mux-player { --seek-backward-button: none; --seek-forward-button: none; @apply overflow-hidden; -} +} \ No newline at end of file