one-validation
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -14,3 +14,3 @@ { | ||
"description": "Regexp based validation collection for common internet validation tasks", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -26,3 +26,2 @@ "url": "git://github.com/One-com/one-validation.git" | ||
"punycode": ">=0.2.0", | ||
"uglify-js": "~1.3.4", | ||
"unexpected": "=3.2.3" | ||
@@ -32,3 +31,3 @@ }, | ||
"test": "mocha", | ||
"prepublish": "make && npm test", | ||
"prepublish": "npm test", | ||
"travis": "npm test" | ||
@@ -35,0 +34,0 @@ }, |
# one-validation | ||
[![NPM version](https://badge.fury.io/js/one-validation.png)](http://badge.fury.io/js/one-validation) | ||
[![Build Status](https://travis-ci.org/One-com/one-validation.png?branch=master)](https://travis-ci.org/One-com/one-validation) | ||
[![Dependency Status](https://david-dm.org/One-com/one-validation.png)](https://david-dm.org/One-com/one-validation) | ||
This is a collection of regular expressions for general validation purposes. | ||
@@ -4,0 +8,0 @@ The basic design concept is to split up the regexes into semantic parts of the pattern to match. |
Sorry, the diff of this file is not supported yet
20137
3
58
9