This repository was archived by the owner on Sep 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Table of Contents
6262 * [ Test] ( #test-1 )
6363 * [ Spec] ( #spec )
6464 * [ Cover] ( #cover )
65- * [ Browserify ] ( #browserify )
65+ * [ Browser ] ( #browser )
6666 * [ Clean] ( #clean )
6767 * [ Docs] ( #docs )
6868 * [ Example] ( #example )
@@ -818,12 +818,12 @@ Generate code coverage:
818818npm run cover
819819```
820820
821- ### Browserify
821+ ### Browser
822822
823- Create a standalone browserify build:
823+ Create a standalone [ browserify](http: // browserify.org/) build:
824824
825825```
826- npm run browserify
826+ npm run browser
827827```
828828
829829### Clean
@@ -867,4 +867,5 @@ Generated by [mdp(1)](https://github.com/freeformsystems/mdp).
867867[node]: http:// nodejs.org
868868[npm]: http:// www.npmjs.org
869869[mdp]: https:// github.com/freeformsystems/mdp
870+ [browserify]: http:// browserify.org/
870871[zephyr]: https:// github.com/socialally/zephyr
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Generate code coverage:
2626npm run cover
2727```
2828
29- ### Browserify
29+ ### Browser
3030
31- Create a standalone browserify build:
31+ Create a standalone [ browserify] [ ] build:
3232
3333```
34- npm run browserify
34+ npm run browser
3535```
3636
3737### Clean
Original file line number Diff line number Diff line change 11[ node ] : http://nodejs.org
22[ npm ] : http://www.npmjs.org
33[ mdp ] : https://github.com/freeformsystems/mdp
4+ [ browserify ] : http://browserify.org/
45[ zephyr ] : https://github.com/socialally/zephyr
Original file line number Diff line number Diff line change 3131 "docs" : " npm run example && npm run readme" ,
3232 "readme" : " mdp --force -v" ,
3333 "example" : " mdp --force -v -i doc/example.json -o EXAMPLE.md" ,
34- "browserify " : " browserify -o async-validate.js -e ./lib/schema.js && du -bh async-validate.js" ,
34+ "browser " : " browserify -o async-validate.js -e ./lib/schema.js && du -bh async-validate.js" ,
3535 "clean" : " rm -rf coverage ./async-validate.js ./test/spec.js" ,
3636 "spec" : " node test/build.js > test/index.js && browserify -o test/spec.js -e test/index.js" ,
3737 "test" : " NODE_ENV=test mocha test/global ${SPEC:-test/spec}" ,
You can’t perform that action at this time.
0 commit comments