Skip to content

Commit

Permalink
Remove the trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jun 9, 2016
1 parent f66e80b commit ec1bbab
Showing 1 changed file with 1 addition and 1 deletion.
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 ec1bbab

Please sign in to comment.