diff --git a/cli.js b/cli.js index 642366ae3..63d74899b 100755 --- a/cli.js +++ b/cli.js @@ -1,3 +1,3 @@ #!/usr/bin/env node -process.stdout.write(require('./').join('\n')) +process.stdout.write(require('.').join('\n')) diff --git a/example.js b/example.js index 15f62a33b..e4787ad63 100644 --- a/example.js +++ b/example.js @@ -1,4 +1,4 @@ -const names = require('./') +const names = require('.') names.indexOf('superagent') > -1 // => true