Skip to content

Commit

Permalink
remove self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Nov 3, 2016
1 parent 6e707f3 commit 6c41fee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion src/cli/commands/index.js
Expand Up @@ -23,7 +23,6 @@ import * as pack from './pack.js'; export {pack};
import * as publish from './publish.js'; export {publish};
import * as remove from './remove.js'; export {remove};
import * as run from './run.js'; export {run};
import * as selfUpdate from './self-update.js'; export {selfUpdate};
import * as tag from './tag.js'; export {tag};
import * as team from './team.js'; export {team};
import * as unlink from './unlink.js'; export {unlink};
Expand Down
83 changes: 0 additions & 83 deletions src/cli/commands/self-update.js

This file was deleted.

0 comments on commit 6c41fee

Please sign in to comment.