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" ] } }