one-validation
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -14,3 +14,3 @@ { | ||
"description": "Regexp based validation collection for common internet validation tasks", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"repository": { | ||
@@ -24,9 +24,11 @@ "url": "git://github.com/One-com/one-validation.git" | ||
"devDependencies": { | ||
"mocha": "=1.20.1", | ||
"punycode": ">=0.2.0", | ||
"uglify-js": "~1.3.4", | ||
"vows": "=0.7.0" | ||
"unexpected": "=3.2.3" | ||
}, | ||
"scripts": { | ||
"test": "vows", | ||
"prepublish": "make && npm test" | ||
"test": "mocha", | ||
"prepublish": "make && npm test", | ||
"travis": "npm test" | ||
}, | ||
@@ -33,0 +35,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19991
4
10
289