Skip to content

Commit

Permalink
Added main, module & types properties
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Jul 28, 2024
1 parent f23ba85 commit 87efff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nurodev/astro-bun",
"description": "An Astro adapter to deploy your SSR site to Bun targets",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"email": "[email protected]",
"name": "Ben Dixon",
Expand All @@ -14,6 +14,9 @@
"keywords": ["astro-adapter", "astro-integration", "withastro", "astro", "bun"],
"homepage": "https://github.com/nurodev/astro-bun",
"files": ["dist"],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 87efff7

Please sign in to comment.