async-validate
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -11,2 +11,10 @@ ## Developer | ||
### Spec | ||
Compile test specifications for the browser (open `test/index.html`): | ||
``` | ||
npm test | ||
``` | ||
### Cover | ||
@@ -13,0 +21,0 @@ |
{ | ||
"name": "async-validate", | ||
"description": "Asynchronous validation for object properties.", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "muji <noop@xpm.io>", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"mocha": "~2.3.2", | ||
"moment": "~2.10.6" | ||
"moment": "~2.10.6", | ||
"require-dir": "~0.3.0" | ||
}, | ||
@@ -35,2 +36,3 @@ "scripts": { | ||
"clean": "rm -rf coverage ./async-validate.js", | ||
"spec": "browserify -o test/spec.js -e test/index.js", | ||
"test": "NODE_ENV=test mocha test/global ${SPEC:-test/spec}", | ||
@@ -37,0 +39,0 @@ "cover": "NODE_ENV=test istanbul cover _mocha -- test/global ${SPEC:-test/spec}" |
@@ -51,2 +51,3 @@ Table of Contents | ||
* [Test](#test) | ||
* [Spec](#spec) | ||
* [Cover](#cover) | ||
@@ -657,2 +658,10 @@ * [Browserify](#browserify) | ||
### Spec | ||
Compile test specifications for the browser (open `test/index.html`): | ||
``` | ||
npm test | ||
``` | ||
### Cover | ||
@@ -659,0 +668,0 @@ |
Sorry, the diff of this file is not supported yet
125702
74
2722
715
6