ABAValidator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ABAValidator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "James Eggers <james.r.eggers@gmail.com> (http://www.jamesreggers.com/)", | ||
@@ -16,3 +16,3 @@ "description": "A validation module for browsers and Node.js to validate an American Bankers Association Routing Number used in ACH payments.", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "mocha tests/aba-validation-tests.js -R spec" | ||
}, | ||
@@ -24,5 +24,5 @@ "tags": [ "ach", "validation", "browser"], | ||
"devDependencies": { | ||
"should" : "*", | ||
"mocha" : "*" | ||
"should" : "0.6.3", | ||
"mocha":"1.2.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
ABAValidator | ||
ABAValidator [![Build Status](https://secure.travis-ci.org/JamesEggers1/node-ABAValidator.png)](http://travis-ci.org/JamesEggers1/node-ABAValidator) | ||
============= | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
6403
6