Skip to content

Commit

Permalink
Renamed make-listing to make-index
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 20, 2024
1 parent 9db682f commit cabbfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"storage"
],
"bin": {
"make-listing": "./scripts/make-listing.js"
"make-index": "./scripts/make-index.js"
},
"type": "module",
"homepage": "https://github.com/browser-fs/core",
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-listing.js → scripts/make-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
options: {
help: { short: 'h', type: 'boolean', default: false },
ignore: { short: 'i', type: 'string', multiple: true, default: [] },
output: { short: 'o', type: 'string', default: 'listing.json' },
output: { short: 'o', type: 'string', default: 'index.json' },
quiet: { short: 'q', type: 'boolean', default: false },
verbose: { type: 'boolean', default: false },
},
Expand Down

0 comments on commit cabbfae

Please sign in to comment.