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

Commit 5788b9f

Browse files
authored
Merge pull request #166 from ethereumjs/fix-ethereumjs-binary
Replace binary directive with canonical form
2 parents 7bb6d42 + fbcabe2 commit 5788b9f

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
@@ -6,7 +6,7 @@
66
"types": "dist/lib/index.d.ts",
77
"browser": "dist/bundle.js",
88
"bin": {
9-
"ethereumjs": "node bin/cli.js"
9+
"ethereumjs": "bin/cli.js"
1010
},
1111
"files": [
1212
"bin",

0 commit comments

Comments
 (0)