Skip to content

Commit e859e13

Browse files
committed
fix package.json bin entry
1 parent 6c91ed4 commit e859e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "apache-arrow",
44
"description": "Apache Arrow columnar in-memory format",
55
"bin": {
6-
"arrow2csv": "bin/arrow2csv"
6+
"arrow2csv": "bin/arrow2csv.js"
77
},
88
"scripts": {
99
"lerna": "lerna",

0 commit comments

Comments
 (0)