Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "i-s", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A module to check whether a JavaScript value is of a certain type", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "browserify index.js -s is -o dist/is.js", | ||
"build": "./node_modules/.bin/browserify index.js -s is -o dist/is.js", | ||
"test": "make test", | ||
@@ -21,2 +21,5 @@ "test-w": "make test-w", | ||
"validate", | ||
"validation", | ||
"value", | ||
"function", | ||
"check", | ||
@@ -23,0 +26,0 @@ "type" |
Sorry, the diff of this file is not supported yet
75856