Skip to content

Commit

Permalink
fix(package): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 6, 2016
1 parent fff6907 commit 8917c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [is-kindof][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url] [![npm downloads][downloads-img]][downloads-url]

> wip
> Check type of given javascript value. Support promises, generators, streams, and native types. Built on [kind-of][] lib.
[![code climate][codeclimate-img]][codeclimate-url] [![standard code style][standard-img]][standard-url] [![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-kindof",
"version": "3.0.0",
"description": "wip",
"description": "Check type of given javascript value. Support promises, generators, streams, and native types. Built on [kind-of][] lib.",
"repository": "tunnckoCore/is-kindof",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
Expand Down

0 comments on commit 8917c62

Please sign in to comment.