Try removing shebang to get CI to pass

pull/1/head
cgewecke 8 years ago
parent 6fb6f0b800
commit adbdf8e080
  1. 2
      exec.js

@ -1,5 +1,3 @@
#!/usr/bin/env node
const shell = require('shelljs');
const fs = require('fs');
const path = require('path');

Loading…
Cancel
Save