diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/package.json b/package.json index df4485a..d25eb0e 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,13 @@ "type": "git", "url": "https://github.com/Hugos68/vite-plugin-pagefind" }, + "homepage": "https://github.com/Hugos68/vite-plugin-pagefind#vite-plugin-pagefind", "keywords": ["vite", "vite-plugin", "pagefind"], "publishConfig": { "access": "public" }, "files": ["dist"], + "main": "./dist/plugins/pagefind.js", "exports": { ".": { "types": "./dist/plugins/pagefind.d.ts", diff --git a/tsconfig.json b/tsconfig.json index 30e2515..8479dec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "strict": true, "allowJs": true, "checkJs": true, - "declarationMap": true, "skipLibCheck": true }, "include": ["./src"]