Skip to content

Commit

Permalink
fix: added entrypoint to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuka1 committed Sep 2, 2023
1 parent 541e1fe commit 42fda89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@
}
},
"./dist/*": "./dist/*",
"./src/*": "./src/*",
"./entrypoint": "./dist/entrypoint.js",
"./package.json": "./package.json"
},
"directories": {
"dist": "./dist",
"src": "./src"
"dist": "./dist"
},
"files": [
"dist",
"src"
"dist"
],
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -84,15 +82,15 @@
},
"dependencies": {
"@astrojs/internal-helpers": "^0.2.0",
"@astrojs/vercel": "*",
"esbuild": "^0.19.0",
"@astrojs/vercel": "^4.0.3",
"esbuild": "^0.19.2",
"node": "^18.17.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.17.13",
"astro": "^3.0.5",
"astro": "^3.0.7",
"pnpm": "^8.7.1",
"semantic-release": "^21.1.1",
"tsup": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42fda89

Please sign in to comment.