Comparing version 0.0.5 to 0.0.6
@@ -7,3 +7,3 @@ { | ||
"homepage": "http://ilee.co.uk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"keywords": [ | ||
@@ -10,0 +10,0 @@ "isnumeric", |
/*! | ||
isnumeric (v0.0.3) 26-09-2013 | ||
isnumeric (v0.0.6) 11-10-2013 | ||
(c) Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/) | ||
*/ | ||
var isNumeric=function(a){return a="string"==typeof a?a.replace(",","."):a,!isNaN(parseFloat(a))&&isFinite(a)&&"[object array]"!==Object.prototype.toString.call(a).toLowerCase()};"undefined"!=typeof exports&&("undefined"!=typeof module&&module.exports&&(exports=module.exports=isNumeric),exports.isNumeric=isNumeric); |
@@ -6,3 +6,3 @@ { | ||
"homepage": "http://ilee.co.uk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "isNumeric.min.js", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"grunt": "~0.4.1", | ||
"grunt-shell": "~0.4.x", | ||
"grunt-shell": "~0.5.x", | ||
"grunt-contrib-watch": "~0.5.x", | ||
@@ -29,0 +29,0 @@ "grunt-contrib-jshint": "~0.6.x", |