Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 2623c5a

Browse files
committed
fix bin path
1 parent 79eae7b commit 2623c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/lib/index.d.ts",
77
"browser": "dist/bundle.js",
88
"bin": {
9-
"ethereumjs": "bin/cli.js"
9+
"ethereumjs": "dist/bin/cli.js"
1010
},
1111
"files": [
1212
"bin",

0 commit comments

Comments
 (0)