Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "checkt", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/checkt.js", | ||
@@ -14,4 +14,5 @@ "ignore": [ | ||
"examples", | ||
"gruntfile.coffee" | ||
"gruntfile.coffee", | ||
"package.json" | ||
] | ||
} |
{ | ||
"name": "checkt", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Safe (chainable) type checks", | ||
"main": "js/checkt.js", | ||
"main": "dist/checkt.js", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
28966
378