You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asynchronous validation for [node](http://nodejs.org) and the browser.
86
40
@@ -562,7 +516,7 @@ function id(cb) {
562
516
563
517
Plugins are modules defining functions that allow users to only load functionality specific to the rule types being used which allows builds for the browser to be as lean as possible.
564
518
565
-
See [zephyr](https://github.com/tmpfs/zephyr) for plugin system documentation.
519
+
See [zephyr][] for plugin system documentation.
566
520
567
521
#### Loading Plugins
568
522
@@ -941,7 +895,7 @@ You must supply a reason `id`; if `opts` are passed they are assigned as propert
941
895
942
896
## Developer
943
897
944
-
Clone the repository, install project and global dependencies ([mdp](https://github.com/tmpfs/mdp), [jshint](http://jshint.com) and [jscs](http://jscs.info)):
898
+
Clone the repository, install project and global dependencies ([mdp][], [jshint][] and [jscs][]):
945
899
946
900
```
947
901
npm i && npm i -g mdp jshint jscs
@@ -973,15 +927,15 @@ npm run cover
973
927
974
928
### Lint
975
929
976
-
Run the source tree through [jshint](http://jshint.com) and [jscs](http://jscs.info):
930
+
Run the source tree through [jshint][] and [jscs][]:
977
931
978
932
```
979
933
npm run lint
980
934
```
981
935
982
936
### Browser
983
937
984
-
Create a standalone [browserify](http://browserify.org/) build:
Generate the readme file (requires [mdp](https://github.com/tmpfs/mdp)):
970
+
Generate the readme file (requires [mdp][]):
1017
971
1018
972
```
1019
973
npm run readme
@@ -1023,7 +977,9 @@ npm run readme
1023
977
1024
978
Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](https://github.com/tmpfs/async-validate/blob/master/LICENSE) if you feel inclined.
1025
979
1026
-
Generated by [mdp(1)](https://github.com/tmpfs/mdp).
980
+
---
981
+
982
+
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on February 27, 2017
1027
983
1028
984
[node]: http://nodejs.org
1029
985
[npm]: http://www.npmjs.org
@@ -1032,3 +988,4 @@ Generated by [mdp(1)](https://github.com/tmpfs/mdp).
0 commit comments