Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 11, 2012
1 parent 99a6a99 commit 1eb4aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env node

var fs = require('fs');
var path = require('path');
// node v6 -> v8 compatibility
var existsSync = require('fs').existsSync || require('path').existsSync;

Expand Down

0 comments on commit 1eb4aab

Please sign in to comment.