Move shebang from cli.js to index.js

This commit is contained in:
Christian Bundy
2020-01-08 12:04:43 -08:00
parent 5f528588b1
commit ca29986131
2 changed files with 2 additions and 2 deletions

2
src/cli.js Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env node
'use strict'
const yargs = require('yargs')