Comparing version 0.3.0 to 0.3.1
@@ -21,6 +21,2 @@ 'use strict'; | ||
if (pattern == null) { | ||
return null; | ||
} | ||
pattern = typeof pattern === 'string' | ||
@@ -27,0 +23,0 @@ ? [pattern] |
{ | ||
"name": "look-up", | ||
"description": "Like findup-sync and supports the same features but 20x-40x faster on avg.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/jonschlinkert/look-up", | ||
@@ -6,0 +6,0 @@ "author": { |
4653
57