From ec1bbab4d02f496821db5d72cb3e06069d2621de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 9 Jun 2016 15:24:22 +0300 Subject: [PATCH] Remove the trailing slash --- example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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