Skip to content

Commit

Permalink
build: add package.json to subpath exports (#186)
Browse files Browse the repository at this point in the history
* chore: add package.json to exports

* update unbuild

* update unbuild

Co-authored-by: Pooya Parsa <pooya@pi0.io>
  • Loading branch information
manniL and pi0 committed Oct 13, 2022
1 parent 9bc23d2 commit e542b07
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 343 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
Expand Down Expand Up @@ -50,7 +51,7 @@
"listhen": "^0.3.4",
"supertest": "^6.3.0",
"typescript": "^4.8.4",
"unbuild": "^0.8.11",
"unbuild": "^0.9.1",
"vitest": "^0.24.1"
},
"packageManager": "pnpm@7.13.4"
Expand Down

0 comments on commit e542b07

Please sign in to comment.