From 25f548785f3e77f625d59cabeb1e694779889762 Mon Sep 17 00:00:00 2001 From: hugos68 Date: Sat, 25 May 2024 21:18:05 +0200 Subject: [PATCH] format --- .changeset/chilled-yaks-turn.md | 5 +++++ package.json | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 .changeset/chilled-yaks-turn.md diff --git a/.changeset/chilled-yaks-turn.md b/.changeset/chilled-yaks-turn.md new file mode 100644 index 0000000..6b9396b --- /dev/null +++ b/.changeset/chilled-yaks-turn.md @@ -0,0 +1,5 @@ +--- +"vite-plugin-pagefind": patch +--- + +Removed index.js, much clearer diff --git a/package.json b/package.json index e9c411b..20d05ee 100644 --- a/package.json +++ b/package.json @@ -11,17 +11,11 @@ "type": "git", "url": "https://github.com/Hugos68/vite-plugin-pagefind" }, - "keywords": [ - "vite", - "vite-plugin", - "pagefind" - ], + "keywords": ["vite", "vite-plugin", "pagefind"], "publishConfig": { "access": "public" }, - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "types": "./dist/plugins/pagefind.d.ts",