check-more-types
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "check-more-types", | ||
"main": "check-more-types.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/kensho/check-more-types", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
/*! check-more-types - v1.0.1 | ||
/*! check-more-types - v1.0.2 | ||
homepage: https://github.com/kensho/check-more-types | ||
@@ -3,0 +3,0 @@ Copyright @ 2014 Kensho license: MIT */ |
{ | ||
"name": "check-more-types", | ||
"description": "Additional type checks for https://github.com/philbooth/check-types.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -50,5 +50,6 @@ "bugs": { | ||
"scripts": { | ||
"test": "grunt && node test/load-under-node-test.js", | ||
"test": "grunt && npm run node-test", | ||
"node-test": "node test/load-under-node-test.js", | ||
"coveralls": "node node_modules/lcov-filter/index.js cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# check-more-types v1.0.1 | ||
# check-more-types v1.0.2 | ||
@@ -3,0 +3,0 @@ > Additional type checks for [check-types.js](https://github.com/philbooth/check-types.js) |
326306