Skip to content

Commit 03b6e62

Browse files
committed
fix(package): update main entry point to bin/cli.js
1 parent 01ad4de commit 03b6e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.1.0",
55
"description": "Interact with the Paystack API, test webhooks locally, and manage your integration settings without leaving your command line.",
6-
"main": "build/index.js",
6+
"main": "bin/cli.js",
77
"private": false,
88
"homepage": "https://paystack.cli.toneflix.net",
99
"repository": {

0 commit comments

Comments
 (0)