Skip to content

Commit a752d70

Browse files
committed
add related libs, run verb
1 parent ca05b44 commit a752d70

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## Usage
2-
{%= apidocs("index.js") %}
2+
{%= apidocs("index.js") %}

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ each(['a', 'b', 'c'], function(ele, i) {
3939

4040
## About
4141

42+
### Related projects
43+
44+
* [arr-filter](https://www.npmjs.com/package/arr-filter): Faster alternative to javascript's native filter method. | [homepage](https://github.com/jonschlinkert/arr-filter "Faster alternative to javascript's native filter method.")
45+
* [arr-map](https://www.npmjs.com/package/arr-map): Faster, node.js focused alternative to JavaScript's native array map. | [homepage](https://github.com/jonschlinkert/arr-map "Faster, node.js focused alternative to JavaScript's native array map.")
46+
* [collection-map](https://www.npmjs.com/package/collection-map): Returns an array of mapped values from an array or object. | [homepage](https://github.com/jonschlinkert/collection-map "Returns an array of mapped values from an array or object.")
47+
4248
### Contributing
4349

4450
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
@@ -75,4 +81,4 @@ Released under the [MIT License](LICENSE).
7581

7682
***
7783

78-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 25, 2017._
84+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 26, 2017._

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"scripts": {
2020
"test": "mocha"
2121
},
22-
"dependencies": {},
2322
"devDependencies": {
2423
"gulp-format-md": "^0.1.11",
2524
"mocha": "^3.2.0"
@@ -37,6 +36,13 @@
3736
"plugins": [
3837
"gulp-format-md"
3938
],
39+
"related": {
40+
"list": [
41+
"collection-map",
42+
"arr-filter",
43+
"arr-map"
44+
]
45+
},
4046
"lint": {
4147
"reflinks": true
4248
}

0 commit comments

Comments
 (0)