Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
refactor: rename index to cli
Browse files Browse the repository at this point in the history
re #267
  • Loading branch information
tamj0rd2 committed Jul 2, 2020
1 parent 1e3d7c9 commit ca6355a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ncdc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
const cli = require('../lib/index.js').default;
const cli = require('../lib/cli.js').default;
cli()
File renamed without changes.

0 comments on commit ca6355a

Please sign in to comment.