Readme tweaks

This commit is contained in:
Sindre Sorhus 2019-02-12 14:40:44 +07:00
parent c66885b781
commit 79144f9542
2 changed files with 45 additions and 29 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@sindresorhus/is",
"version": "0.15.0",
"description": "Type check values: `is.string('🦄') //=> true`",
"description": "Type check values",
"license": "MIT",
"repository": "sindresorhus/is",
"author": {
@ -41,7 +41,10 @@
"kind",
"primitive",
"verify",
"compare"
"compare",
"typescript",
"typeguards",
"types"
],
"devDependencies": {
"@sindresorhus/tsconfig": "^0.2.0",