diff --git a/.verb.md b/.verb.md new file mode 100644 index 0000000..6606c1d --- /dev/null +++ b/.verb.md @@ -0,0 +1,11 @@ +{%= badge("npm") %} {%= badge("standard") %} + +# {%= name %} {%= badge("travis") %} + +## API + +{%= apidocs("index.js") %} + +## License + +{%= copyright() %} diff --git a/README.md b/README.md index 24a60af..51de1fc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# call-n-times +[![NPM](https://nodei.co/npm/call-n-times.png)](https://nodei.co/npm/call-n-times/) + [![js-standard-style](https://raw.githubusercontent.com/feross/standard/master/badge.png)](https://github.com/feross/standard) -Calls a provided function a specified number of times, synchronously, and returns an array of the return values. - -Should work in IE7+. Perhaps even older. +# call-n-times [![Build Status](https://travis-ci.org/PolicyStat/call-n-times.svg)](https://travis-ci.org/PolicyStat/call-n-times) ## API See [here](./index.js). + +## License + +Copyright © 2015 PolicyStat LLC \ No newline at end of file diff --git a/package.js b/package.js index 00da8a2..39b0c88 100644 --- a/package.js +++ b/package.js @@ -22,7 +22,7 @@ pkg.scripts = { 'npm run unit' ].join(' && ') } -pkg.githubRepo('policystat/call-n-times') +pkg.githubRepo('PolicyStat/call-n-times') pkg.keywords = [ 'call', 'repeat', @@ -31,6 +31,7 @@ pkg.keywords = [ pkg.author = mightyiam.authorString pkg.license = ps.openSource.license.spdx pkg.devDependencies = { + 'verb-cli': '^0.6.2', mocha: '^2.2.4', chai: '^2.3.0', sinon: '^1.14.1',