Skip to content

Commit

Permalink
fix package.json bin entry
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 20, 2018
1 parent 6c91ed4 commit e859e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "apache-arrow",
"description": "Apache Arrow columnar in-memory format",
"bin": {
"arrow2csv": "bin/arrow2csv"
"arrow2csv": "bin/arrow2csv.js"
},
"scripts": {
"lerna": "lerna",
Expand Down

0 comments on commit e859e13

Please sign in to comment.