From cb84946f0fd7fc19aefe7b661382b3d3fb036f55 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 2 Aug 2017 04:55:42 -0400 Subject: [PATCH] 5.0.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e6be3d..d60087f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kind-of", "description": "Get the native type of a value.", - "version": "5.0.1", + "version": "5.0.2", "homepage": "https://github.com/jonschlinkert/kind-of", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ @@ -83,9 +83,9 @@ "reflinks": true }, "reflinks": [ - "verb", "type-of", - "typeof" + "typeof", + "verb" ] } }