Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit fd70338

Browse files
feat(cli): Move hashbang to index.js
1 parent 154b45b commit fd70338

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cli/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env node
2-
31
const path = require('path');
42
const process = require('process');
53
const program = require('commander');

packages/cli/index.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
const cli = require('./cli');
23

34
module.exports = cli;

0 commit comments

Comments
 (0)