Skip to content

Commit

Permalink
fix: adding node runtime instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dror Ben-Gai committed May 21, 2017
1 parent b2dbe90 commit 8588658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var fs = require('fs');
var snykToHtml = require('./lib/snyk-to-html.js');
var argv = require('minimist')(process.argv.slice(2));
Expand Down

0 comments on commit 8588658

Please sign in to comment.