Skip to content

Commit

Permalink
Merge pull request zeke#1 from IonicaBizauKitchen/master
Browse files Browse the repository at this point in the history
Removed trailing slash
  • Loading branch information
zeke authored Jun 13, 2016
2 parents 8bc138f + c9d8636 commit 8b456d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cities = require('./')
const cities = require('.')

cities.filter(city => {
return city.name.match('Albuquerque')
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const test = require('tape')
const cities = require('./')
const cities = require('.')

test('all-the-cities', function (t) {
t.plan(6)
Expand Down

0 comments on commit 8b456d2

Please sign in to comment.