Skip to content

Commit

Permalink
Why is /usr/bin/env node still needed?
Browse files Browse the repository at this point in the history
I understand to make it clear this is only ment not for the browser, but I do not see it being used in other files, so why is this still needed?   

With tools like `webpack` the file is not recognized as a javascript file so it breaks the transpiling when using ES6 code.
  • Loading branch information
joeyvandijk committed Mar 6, 2017
1 parent 3ad502c commit 2d1d0fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pretty.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/env node

'use strict'

var split = require('split2')
Expand Down

0 comments on commit 2d1d0fc

Please sign in to comment.