Skip to content

Commit

Permalink
feat(CLI): Add mandatory shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Jul 21, 2017
1 parent 8026772 commit 0bc7b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#!/usr/bin/env node
'use strict';

require('./createTsLib');

0 comments on commit 0bc7b08

Please sign in to comment.