Skip to content

Commit

Permalink
build: setup package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
tealina committed Aug 11, 2024
1 parent 6ff8279 commit 2eba86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",
"exports": {
".": {
"require": "./dist/index.cjs",
Expand Down Expand Up @@ -48,4 +49,4 @@
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}
}

0 comments on commit 2eba86a

Please sign in to comment.