[Pkg-javascript-commits] [node-kind-of] 01/04: New upstream version 6.0.2+dfsg

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jan 11 17:31:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-kind-of.

commit 95700696cc6b2f82eacd523a025680c1dd837b04
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jan 11 22:54:59 2018 +0530

    New upstream version 6.0.2+dfsg
---
 .verb.md     | 3 +++
 README.md    | 9 +++++++--
 package.json | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/.verb.md b/.verb.md
index d09e1be..dfe86c9 100644
--- a/.verb.md
+++ b/.verb.md
@@ -57,6 +57,9 @@ kindOf(/foo/);
 kindOf(new RegExp('foo'));
 //=> 'regexp'
 
+kindOf(new Error('error'));
+//=> 'error'
+
 kindOf(function () {});
 //=> 'function'
 
diff --git a/README.md b/README.md
index 885ff86..4b0d4a8 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,9 @@ kindOf(/foo/);
 kindOf(new RegExp('foo'));
 //=> 'regexp'
 
+kindOf(new Error('error'));
+//=> 'error'
+
 kindOf(function () {});
 //=> 'function'
 
@@ -334,10 +337,11 @@ You might also be interested in these projects:
 
 | **Commits** | **Contributor** | 
 | --- | --- |
-| 94 | [jonschlinkert](https://github.com/jonschlinkert) |
+| 98 | [jonschlinkert](https://github.com/jonschlinkert) |
 | 3 | [aretecode](https://github.com/aretecode) |
 | 2 | [miguelmota](https://github.com/miguelmota) |
 | 1 | [dtothefp](https://github.com/dtothefp) |
+| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) |
 | 1 | [ksheedlo](https://github.com/ksheedlo) |
 | 1 | [pdehaan](https://github.com/pdehaan) |
 | 1 | [laggingreflex](https://github.com/laggingreflex) |
@@ -347,6 +351,7 @@ You might also be interested in these projects:
 
 **Jon Schlinkert**
 
+* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert)
 * [github/jonschlinkert](https://github.com/jonschlinkert)
 * [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
 
@@ -357,4 +362,4 @@ Released under the [MIT License](LICENSE).
 
 ***
 
-_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 18, 2017._
\ No newline at end of file
+_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._
\ No newline at end of file
diff --git a/package.json b/package.json
index 205487e..73d70ae 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "kind-of",
   "description": "Get the native type of a value.",
-  "version": "6.0.1",
+  "version": "6.0.2",
   "homepage": "https://github.com/jonschlinkert/kind-of",
   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
   "contributors": [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-kind-of.git



More information about the Pkg-javascript-commits mailing list