From a0c8bfefc22e697a6997ef6834d03fbc7c4825b0 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:24:16 -0700 Subject: [PATCH 1/3] docs: add two more projects to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42aafdf..e316462 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ globSync(['src/**/*.ts'], { ignore: ['**/*.d.ts'] }); - [`vitest`](https://github.com/vitest-dev/vitest) +- [`ts-morph`](https://github.com/dsherret/ts-morph) - [`tsup`](https://github.com/egoist/tsup) - [`cspell`](https://github.com/streetsidesoftware/cspell) - [`nuxt`](https://github.com/nuxt/nuxt) @@ -56,6 +57,7 @@ globSync(['src/**/*.ts'], { ignore: ['**/*.d.ts'] }); - [`postcss-mixins`](https://github.com/postcss/postcss-mixins) - [`unocss`](https://github.com/unocss/unocss) - [`vitepress`](https://github.com/vuejs/vitepress) +- [`@sanity/import'](https://github.com/sanity-io/import) - [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new) - Your own project? [Open an issue](https://github.com/SuperchupuDev/tinyglobby/issues) if you feel like this list is incomplete. From edad9b5ebc005db5d91ce694973dd078ac39b6eb Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:00:38 -0700 Subject: [PATCH 2/3] fix bactick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e316462..0e1ae53 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ globSync(['src/**/*.ts'], { ignore: ['**/*.d.ts'] }); - [`postcss-mixins`](https://github.com/postcss/postcss-mixins) - [`unocss`](https://github.com/unocss/unocss) - [`vitepress`](https://github.com/vuejs/vitepress) -- [`@sanity/import'](https://github.com/sanity-io/import) +- [`@sanity/import`](https://github.com/sanity-io/import) - [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new) - Your own project? [Open an issue](https://github.com/SuperchupuDev/tinyglobby/issues) if you feel like this list is incomplete. From f1674a111a04aad63954f8fd5800481d84bc227d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:52:46 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1ae53..b513a2a 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ globSync(['src/**/*.ts'], { ignore: ['**/*.d.ts'] }); - [`vitest`](https://github.com/vitest-dev/vitest) - [`ts-morph`](https://github.com/dsherret/ts-morph) +- [`sort-package-json`](https://github.com/keithamus/sort-package-json) - [`tsup`](https://github.com/egoist/tsup) - [`cspell`](https://github.com/streetsidesoftware/cspell) - [`nuxt`](https://github.com/nuxt/nuxt) @@ -57,7 +58,6 @@ globSync(['src/**/*.ts'], { ignore: ['**/*.d.ts'] }); - [`postcss-mixins`](https://github.com/postcss/postcss-mixins) - [`unocss`](https://github.com/unocss/unocss) - [`vitepress`](https://github.com/vuejs/vitepress) -- [`@sanity/import`](https://github.com/sanity-io/import) - [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new) - Your own project? [Open an issue](https://github.com/SuperchupuDev/tinyglobby/issues) if you feel like this list is incomplete.