From ef4a46d48c5e101fd5ca6dbcd62f0caf2306e608 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Sat, 25 Apr 2015 04:40:21 -0400 Subject: [PATCH] 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef7be85..f3b6f2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-glob", "description": "Parse a glob pattern into an object of tokens.", - "version": "3.0.1", + "version": "3.0.2", "homepage": "https://github.com/jonschlinkert/parse-glob", "author": { "name": "Jon Schlinkert",