Skip to content

Commit

Permalink
Merge pull request #2 from IonicaBizauKitchen/slash
Browse files Browse the repository at this point in the history
Remove the trailing slash
  • Loading branch information
zeke authored Jun 11, 2016
2 parents e6a9886 + ec1bbab commit 6ef37b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

process.stdout.write(require('./').join('\n'))
process.stdout.write(require('.').join('\n'))
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const names = require('./')
const names = require('.')

names.indexOf('superagent') > -1
// => true
Expand Down

0 comments on commit 6ef37b2

Please sign in to comment.