Skip to content

Commit

Permalink
Fix: Remove shebang and x mode from index.js (fixes #80) (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman authored and phated committed Dec 21, 2017
1 parent 01a21e9 commit 7f38d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env node

'use strict';

var fs = require('fs');
var path = require('path');
var log = require('gulplog');
Expand Down

0 comments on commit 7f38d13

Please sign in to comment.