From dce27e2664de022f183f34f7a1e3034fa0e6d414 Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Mon, 23 May 2022 21:24:22 +0000 Subject: [PATCH] chore: format --- examples/basic/package.json | 1 + examples/blog-tutorial/package.json | 1 + examples/bullmq-task-queue/package.json | 1 + examples/catch-boundary/package.json | 1 + examples/chakra-ui/package.json | 1 + examples/client-only-components/package.json | 1 + examples/client-side-validation/package.json | 1 + examples/collected-notes/package.json | 1 + examples/combobox-resource-route/package.json | 1 + examples/dark-mode/package.json | 1 + examples/dataloader/package.json | 1 + examples/emotion/package.json | 1 + examples/file-and-cloudinary-upload/package.json | 1 + examples/firebase-auth-firestore/package.json | 1 + examples/form-to-notion-db/package.json | 1 + examples/framer-motion/package.json | 1 + examples/framer-route-animation/package.json | 1 + examples/gdpr-cookie-consent/package.json | 1 + examples/google-analytics/package.json | 1 + examples/graphql-api/package.json | 1 + examples/image-resize/package.json | 1 + examples/infinite-scrolling/package.json | 1 + examples/io-ts-formdata-decoding/package.json | 1 + examples/ioredis/package.json | 1 + examples/jokes/package.json | 1 + examples/mantine/package.json | 1 + examples/msw/package.json | 1 + examples/multiple-forms/package.json | 1 + examples/multiple-params/package.json | 1 + examples/newsletter-signup/package.json | 1 + examples/nprogress/package.json | 1 + examples/on-demand-hydration/package.json | 1 + examples/outlet-form-rerender/package.json | 1 + examples/pathless-routes/package.json | 1 + examples/pm-app/package.json | 1 + examples/quirrel/package.json | 1 + examples/react-spring/package.json | 1 + examples/redis-upstash-session/package.json | 1 + examples/remix-auth-auth0/package.json | 1 + examples/remix-auth-form/package.json | 1 + examples/remix-auth-github/package.json | 1 + examples/remix-auth-supabase-github/package.json | 1 + examples/remix-auth-supabase/package.json | 1 + examples/route-modal/package.json | 1 + examples/routes-gen/package.json | 1 + examples/rust/package.json | 1 + examples/sanity/package.json | 1 + examples/sass/package.json | 1 + examples/search-input/package.json | 1 + examples/session-flash/package.json | 1 + examples/sharing-loader-data/package.json | 1 + examples/socket.io/package.json | 1 + examples/stitches/package.json | 1 + examples/strapi/package.json | 1 + examples/stripe-integration/package.json | 1 + examples/styled-components/package.json | 1 + examples/styletron/package.json | 1 + examples/supabase-subscription/package.json | 1 + examples/tailwindcss/package.json | 1 + examples/template/package.json | 1 + examples/tiptap-collab-editing/package.json | 1 + examples/toast-message/package.json | 1 + examples/twind/package.json | 1 + examples/usematches-loader-data/package.json | 1 + 64 files changed, 64 insertions(+) diff --git a/examples/basic/package.json b/examples/basic/package.json index 2a1c19fcdfc..29f224eedf7 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-basic", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/blog-tutorial/package.json b/examples/blog-tutorial/package.json index 71a1a3a6f15..3634b614f83 100644 --- a/examples/blog-tutorial/package.json +++ b/examples/blog-tutorial/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-blog-tutorial", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/bullmq-task-queue/package.json b/examples/bullmq-task-queue/package.json index 9fb9e3e47e2..6a439e7b0a7 100644 --- a/examples/bullmq-task-queue/package.json +++ b/examples/bullmq-task-queue/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-bullmq-task-queue", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/catch-boundary/package.json b/examples/catch-boundary/package.json index 2a1c19fcdfc..3c1c0ce761b 100644 --- a/examples/catch-boundary/package.json +++ b/examples/catch-boundary/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-catch-boundary", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/chakra-ui/package.json b/examples/chakra-ui/package.json index ab096a81235..48001c32677 100644 --- a/examples/chakra-ui/package.json +++ b/examples/chakra-ui/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-chakra-ui", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/client-only-components/package.json b/examples/client-only-components/package.json index cb8a82e770d..bbf7edae9a7 100644 --- a/examples/client-only-components/package.json +++ b/examples/client-only-components/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-client-only-components", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/client-side-validation/package.json b/examples/client-side-validation/package.json index 2a1c19fcdfc..ae3f236c976 100644 --- a/examples/client-side-validation/package.json +++ b/examples/client-side-validation/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-client-side-validation", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/collected-notes/package.json b/examples/collected-notes/package.json index 5fed8a08f71..64a8f43b149 100644 --- a/examples/collected-notes/package.json +++ b/examples/collected-notes/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-collected-notes", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/combobox-resource-route/package.json b/examples/combobox-resource-route/package.json index 69c0bc2ecfa..546af9eb187 100644 --- a/examples/combobox-resource-route/package.json +++ b/examples/combobox-resource-route/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-combobox-resource-route", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/dark-mode/package.json b/examples/dark-mode/package.json index faf93b855fb..85da6c72303 100644 --- a/examples/dark-mode/package.json +++ b/examples/dark-mode/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-dark-mode", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/dataloader/package.json b/examples/dataloader/package.json index 706c4ce85d9..ed4a17d26d7 100644 --- a/examples/dataloader/package.json +++ b/examples/dataloader/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-dataloader", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/emotion/package.json b/examples/emotion/package.json index 7303e6825ea..f1a0878a0ea 100644 --- a/examples/emotion/package.json +++ b/examples/emotion/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-emotion", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/file-and-cloudinary-upload/package.json b/examples/file-and-cloudinary-upload/package.json index 2420b7c20c6..6a99d8c945c 100644 --- a/examples/file-and-cloudinary-upload/package.json +++ b/examples/file-and-cloudinary-upload/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-file-and-cloudinary-upload", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/firebase-auth-firestore/package.json b/examples/firebase-auth-firestore/package.json index 3b90337f2e0..3fa2db6c069 100644 --- a/examples/firebase-auth-firestore/package.json +++ b/examples/firebase-auth-firestore/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-firebase-auth-firestore", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/form-to-notion-db/package.json b/examples/form-to-notion-db/package.json index e394e1038ab..c5569d9e2d2 100644 --- a/examples/form-to-notion-db/package.json +++ b/examples/form-to-notion-db/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-form-to-notion-db", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/framer-motion/package.json b/examples/framer-motion/package.json index b8d897cf6e8..65120c57c88 100644 --- a/examples/framer-motion/package.json +++ b/examples/framer-motion/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-framer-motion", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/framer-route-animation/package.json b/examples/framer-route-animation/package.json index 7d518b4f906..95900f2c7ba 100644 --- a/examples/framer-route-animation/package.json +++ b/examples/framer-route-animation/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-framer-route-animation", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/gdpr-cookie-consent/package.json b/examples/gdpr-cookie-consent/package.json index 2a1c19fcdfc..30677525211 100644 --- a/examples/gdpr-cookie-consent/package.json +++ b/examples/gdpr-cookie-consent/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-gdpr-cookie-consent", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/google-analytics/package.json b/examples/google-analytics/package.json index 2a1c19fcdfc..a494d1b9303 100644 --- a/examples/google-analytics/package.json +++ b/examples/google-analytics/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-google-analytics", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/graphql-api/package.json b/examples/graphql-api/package.json index f98b4171214..a4f57f37c61 100644 --- a/examples/graphql-api/package.json +++ b/examples/graphql-api/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-graphql-api", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/image-resize/package.json b/examples/image-resize/package.json index ee5664a45c4..5f6f2fa8e93 100644 --- a/examples/image-resize/package.json +++ b/examples/image-resize/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-image-resize", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/infinite-scrolling/package.json b/examples/infinite-scrolling/package.json index 02422f00ba4..dd3d96353b5 100644 --- a/examples/infinite-scrolling/package.json +++ b/examples/infinite-scrolling/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-infinite-scrolling", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/io-ts-formdata-decoding/package.json b/examples/io-ts-formdata-decoding/package.json index 6ca49b4e437..29ec4c36819 100644 --- a/examples/io-ts-formdata-decoding/package.json +++ b/examples/io-ts-formdata-decoding/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-io-ts-formdata-decoding", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/ioredis/package.json b/examples/ioredis/package.json index a861ff4be1b..2810d7a9eb1 100644 --- a/examples/ioredis/package.json +++ b/examples/ioredis/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-ioredis", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/jokes/package.json b/examples/jokes/package.json index 7faaded6967..9ca00b59dc8 100644 --- a/examples/jokes/package.json +++ b/examples/jokes/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-jokes", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/mantine/package.json b/examples/mantine/package.json index 6723659fdac..a669eae1974 100644 --- a/examples/mantine/package.json +++ b/examples/mantine/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-mantine", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/msw/package.json b/examples/msw/package.json index d7e55e54884..d1fa65ee4a9 100644 --- a/examples/msw/package.json +++ b/examples/msw/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-msw", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/multiple-forms/package.json b/examples/multiple-forms/package.json index 2a1c19fcdfc..730211fe09f 100644 --- a/examples/multiple-forms/package.json +++ b/examples/multiple-forms/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-multiple-forms", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/multiple-params/package.json b/examples/multiple-params/package.json index 2a1c19fcdfc..cba4507b69d 100644 --- a/examples/multiple-params/package.json +++ b/examples/multiple-params/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-multiple-params", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/newsletter-signup/package.json b/examples/newsletter-signup/package.json index 2a1c19fcdfc..104560a44c0 100644 --- a/examples/newsletter-signup/package.json +++ b/examples/newsletter-signup/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-newsletter-signup", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/nprogress/package.json b/examples/nprogress/package.json index e093dd589f5..b40d8030096 100644 --- a/examples/nprogress/package.json +++ b/examples/nprogress/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-nprogress", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/on-demand-hydration/package.json b/examples/on-demand-hydration/package.json index cb8a82e770d..a635683eff9 100644 --- a/examples/on-demand-hydration/package.json +++ b/examples/on-demand-hydration/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-on-demand-hydration", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/outlet-form-rerender/package.json b/examples/outlet-form-rerender/package.json index 2a1c19fcdfc..0e7d5a47059 100644 --- a/examples/outlet-form-rerender/package.json +++ b/examples/outlet-form-rerender/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-outlet-form-rerender", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/pathless-routes/package.json b/examples/pathless-routes/package.json index 2a1c19fcdfc..754367a027d 100644 --- a/examples/pathless-routes/package.json +++ b/examples/pathless-routes/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-pathless-routes", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/pm-app/package.json b/examples/pm-app/package.json index b6ad21214f6..9497687a8bc 100644 --- a/examples/pm-app/package.json +++ b/examples/pm-app/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-pm-app", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/quirrel/package.json b/examples/quirrel/package.json index defefdcfe60..98c7e58a71d 100644 --- a/examples/quirrel/package.json +++ b/examples/quirrel/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-quirrel", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/react-spring/package.json b/examples/react-spring/package.json index 9c01c439a57..00bf185014a 100644 --- a/examples/react-spring/package.json +++ b/examples/react-spring/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-react-spring", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/redis-upstash-session/package.json b/examples/redis-upstash-session/package.json index 2a1c19fcdfc..c4bebe50a05 100644 --- a/examples/redis-upstash-session/package.json +++ b/examples/redis-upstash-session/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-redis-upstash-session", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/remix-auth-auth0/package.json b/examples/remix-auth-auth0/package.json index 1528358913f..4c50aaa8089 100644 --- a/examples/remix-auth-auth0/package.json +++ b/examples/remix-auth-auth0/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-remix-auth-auth0", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/remix-auth-form/package.json b/examples/remix-auth-form/package.json index 99395657439..18cd78e476d 100644 --- a/examples/remix-auth-form/package.json +++ b/examples/remix-auth-form/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-remix-auth-form", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/remix-auth-github/package.json b/examples/remix-auth-github/package.json index 5a2f7d7b773..51835973115 100644 --- a/examples/remix-auth-github/package.json +++ b/examples/remix-auth-github/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-remix-auth-github", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/remix-auth-supabase-github/package.json b/examples/remix-auth-supabase-github/package.json index 9d8496dd20a..6dc0732f8a2 100644 --- a/examples/remix-auth-supabase-github/package.json +++ b/examples/remix-auth-supabase-github/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-remix-auth-supabase-github", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/remix-auth-supabase/package.json b/examples/remix-auth-supabase/package.json index 21d6737ab84..e8905b34eed 100644 --- a/examples/remix-auth-supabase/package.json +++ b/examples/remix-auth-supabase/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-remix-auth-supabase", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/route-modal/package.json b/examples/route-modal/package.json index 87f3f844d82..536cc6ec389 100644 --- a/examples/route-modal/package.json +++ b/examples/route-modal/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-route-modal", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/routes-gen/package.json b/examples/routes-gen/package.json index f80a9385f7f..db70b18455c 100644 --- a/examples/routes-gen/package.json +++ b/examples/routes-gen/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-routes-gen", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/rust/package.json b/examples/rust/package.json index b7912d351e9..f96ba193ee8 100644 --- a/examples/rust/package.json +++ b/examples/rust/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-rust", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/sanity/package.json b/examples/sanity/package.json index 5a0c3bcbbcd..026fced3ca5 100644 --- a/examples/sanity/package.json +++ b/examples/sanity/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-sanity", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/sass/package.json b/examples/sass/package.json index 6e4856c75e4..d106f78159a 100644 --- a/examples/sass/package.json +++ b/examples/sass/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-sass", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/search-input/package.json b/examples/search-input/package.json index 2a1c19fcdfc..96df19af99f 100644 --- a/examples/search-input/package.json +++ b/examples/search-input/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-search-input", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/session-flash/package.json b/examples/session-flash/package.json index 4b016ba4a21..929232a07e6 100644 --- a/examples/session-flash/package.json +++ b/examples/session-flash/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-session-flash", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/sharing-loader-data/package.json b/examples/sharing-loader-data/package.json index 2a1c19fcdfc..7da4df3caf2 100644 --- a/examples/sharing-loader-data/package.json +++ b/examples/sharing-loader-data/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-sharing-loader-data", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/socket.io/package.json b/examples/socket.io/package.json index bc2e5653aef..aa543f0e03d 100644 --- a/examples/socket.io/package.json +++ b/examples/socket.io/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-socket.io", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/stitches/package.json b/examples/stitches/package.json index 4d12f090ae6..5479d2c9202 100644 --- a/examples/stitches/package.json +++ b/examples/stitches/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-stitches", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/strapi/package.json b/examples/strapi/package.json index 061925bfd13..cfb7cce8e3d 100755 --- a/examples/strapi/package.json +++ b/examples/strapi/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-strapi", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/stripe-integration/package.json b/examples/stripe-integration/package.json index 33feaa24cc7..ddc4053c152 100644 --- a/examples/stripe-integration/package.json +++ b/examples/stripe-integration/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-stripe-integration", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/styled-components/package.json b/examples/styled-components/package.json index 43734f5bf06..ee840f06019 100644 --- a/examples/styled-components/package.json +++ b/examples/styled-components/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-styled-components", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/styletron/package.json b/examples/styletron/package.json index 758f6776b42..9203bd97b7e 100644 --- a/examples/styletron/package.json +++ b/examples/styletron/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-styletron", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/supabase-subscription/package.json b/examples/supabase-subscription/package.json index 09517c5f94e..6d8728d3de1 100644 --- a/examples/supabase-subscription/package.json +++ b/examples/supabase-subscription/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-supabase-subscription", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json index 8176730a525..ac2df2ccc01 100644 --- a/examples/tailwindcss/package.json +++ b/examples/tailwindcss/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-tailwindcss", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/template/package.json b/examples/template/package.json index 2a1c19fcdfc..28658071ba5 100644 --- a/examples/template/package.json +++ b/examples/template/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-template", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/tiptap-collab-editing/package.json b/examples/tiptap-collab-editing/package.json index 0a79f2a2e46..d5b62fa639e 100644 --- a/examples/tiptap-collab-editing/package.json +++ b/examples/tiptap-collab-editing/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-tiptap-collab-editing", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/toast-message/package.json b/examples/toast-message/package.json index 539eb1c1eb6..009e37ebe76 100644 --- a/examples/toast-message/package.json +++ b/examples/toast-message/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-toast-message", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/twind/package.json b/examples/twind/package.json index d1efca83ca7..06a6326f707 100644 --- a/examples/twind/package.json +++ b/examples/twind/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-twind", "private": true, "sideEffects": false, "scripts": { diff --git a/examples/usematches-loader-data/package.json b/examples/usematches-loader-data/package.json index 2a1c19fcdfc..b87c4a4134d 100644 --- a/examples/usematches-loader-data/package.json +++ b/examples/usematches-loader-data/package.json @@ -1,4 +1,5 @@ { + "name": "remix-example-usematches-loader-data", "private": true, "sideEffects": false, "scripts": {