Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
fix(bin): babelify bin (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastilver authored and Kent C. Dodds committed Mar 4, 2017
1 parent dba0b39 commit 967f472
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bin/cross-env.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

require('../')(process.argv.slice(2))
import crossEnv from '../'

crossEnv(process.argv.slice(2))

0 comments on commit 967f472

Please sign in to comment.