Skip to content

Commit

Permalink
Removed sourcemaps, added .txt to license, added main field in pack…
Browse files Browse the repository at this point in the history
…age.json. Added `homepage` to package.json
  • Loading branch information
Hugos68 committed May 25, 2024
1 parent 50cc231 commit 631d552
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"strict": true,
"allowJs": true,
"checkJs": true,
"declarationMap": true,
"skipLibCheck": true
},
"include": ["./src"]
Expand Down

0 comments on commit 631d552

Please sign in to comment.