Skip to content

Commit 52b9fc6

Browse files
committed
fix: made the package public
1 parent 6c6aaa2 commit 52b9fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "dist/index.mjs",
55
"types": "dist/index.d.ts",
66
"version": "0.1.0",
7+
"private": false,
78
"description": "an api wrapper for paystack's api with types",
89
"scripts": {
910
"build": "bunx tsup index.ts --format cjs,esm --dts",

0 commit comments

Comments
 (0)