Skip to content

Commit

Permalink
Rename executable.js to arguable.js.
Browse files Browse the repository at this point in the history
Make `arguable.js` the default export.

Closes #108.
  • Loading branch information
flatheadmill committed Oct 14, 2014
1 parent a2f21e3 commit 13a33aa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"type": "git",
"url": "git://github.com/bigeasy/arguable.git"
},
"main": "arguable",
"devDependencies":
{
"proof": "0.0.50"
Expand Down
1 change: 1 addition & 0 deletions release.ft
Expand Up @@ -12,6 +12,7 @@ Exits are now more orderly. If you're using a control-flow library like Cadence,

### Issue by Issue

* Rename `executable.js` to `arguable.js`. #108.
* Remove unused arguments to `createUsage`. #107.
* Set exit code on exit. #106.
* Rename `propagate` to `exit`. #105.
Expand Down
2 changes: 1 addition & 1 deletion t/arguable/fixtures/echo.js
Expand Up @@ -6,7 +6,7 @@
___ usage ___
*/

require('../../../executable')(module, function (options, callback) {
require('../../..')(module, function (options, callback) {
if (options.argv.length) {
var separator = ''
options.argv.forEach(function (arg) {
Expand Down
File renamed without changes.

0 comments on commit 13a33aa

Please sign in to comment.