Skip to content

Commit

Permalink
update travis, add contributors to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 19, 2016
1 parent c092e18 commit 12de7ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@ language: node_js
node_js:
- node
- '6'
- '5'
- '0.12'
matrix:
fast_finish: true
allow_failures:
- node_js: '4'
- node_js: '0.12'
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Generate a package.json from a pre-defined or user-defined template. This genera
- [About](#about)
* [Related projects](#related-projects)
* [Community](#community)
* [Contributors](#contributors)
* [Contributing](#contributing)
* [Running tests](#running-tests)
* [Author](#author)
Expand Down Expand Up @@ -227,6 +228,13 @@ Here are some suggestions!
* **Gitter** Discuss Generate with us on [Gitter](https://gitter.im/generate/generate)
* If you publish an generator, thank you! To make your project as discoverable as possible, please add the keyword `generategenerator` to package.json.

### Contributors

| **Commits** | **Contributor**<br/> |
| --- | --- |
| 82 | [jonschlinkert](https://github.com/jonschlinkert) |
| 1 | [dawsonbotsford](https://github.com/dawsonbotsford) |

### Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
Expand All @@ -253,4 +261,4 @@ Released under the [MIT license](https://github.com/generate/generate-package/bl

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on September 18, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on September 19, 2016._
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@
"reflinks": true
}
}
}
}

0 comments on commit 12de7ec

Please sign in to comment.