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

Commit

Permalink
fix: bin require
Browse files Browse the repository at this point in the history
fixed #70
  • Loading branch information
Kent C. Dodds committed Mar 4, 2017
1 parent 85b8e8a commit b303b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cross-env.js
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../dist')(process.argv.slice(2))
require('../')(process.argv.slice(2))

0 comments on commit b303b9f

Please sign in to comment.