Skip to content

Commit

Permalink
Merge pull request #49 from Hugos68/chore/project-maintenance
Browse files Browse the repository at this point in the history
Removed sourcemaps, added .txt to license, added `main` field in package.json. Added `homepage` to package.json
  • Loading branch information
Hugos68 authored May 25, 2024
2 parents 50cc231 + 631d552 commit d0387c9
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 d0387c9

Please sign in to comment.