bump dev deps, bump travis versions

This commit is contained in:
Dylan Greene
2015-02-08 16:17:00 -05:00
parent 23d0099fea
commit a87bd5208f
3 changed files with 12 additions and 9 deletions

View File

@@ -2,5 +2,7 @@ language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
- "0.12"
- "iojs"
before_script: before_script:
- npm install -g grunt-cli - npm install -g grunt-cli

View File

@@ -61,11 +61,11 @@
"devDependencies": { "devDependencies": {
"folderify": "^0.6.0", "folderify": "^0.6.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0", "grunt-contrib-jshint": "^0.11.0",
"grunt-release": "^0.9.0", "grunt-release": "^0.11.0",
"grunt-templates-dylang": "^1.0.0", "grunt-templates-dylang": "^1.0.0",
"include-folder": "^0.7.0", "include-folder": "^0.7.0",
"load-grunt-tasks": "^1.0.0", "load-grunt-tasks": "^3.1.0",
"mockdate": "^1.0.1", "mockdate": "^1.0.1",
"prova": "^2.0.3", "prova": "^2.0.3",
"q": "^1.0.0", "q": "^1.0.0",

View File

@@ -1,4 +1,4 @@
## rss [![Build Status](http://img.shields.io/travis/dylang/rss.svg?style=flat-square)](https://travis-ci.org/dylang/rss) [![rss](http://img.shields.io/npm/dm/rss.svg?style=flat-square)](https://www.npmjs.org/package/rss) ## rss [![Build Status](http://img.shields.io/travis/dylang/node-rss.svg)](https://travis-ci.org/dylang/node-rss) [![rss](http://img.shields.io/npm/dm/rss.svg)](https://www.npmjs.org/package/rss)
> RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS. > RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.
@@ -186,10 +186,10 @@ are included.
### About the Author [![@dylang](https://img.shields.io/badge/github-dylang-green.svg?style=flat-square)](https://github.com/dylang) [![@dylang](https://img.shields.io/badge/twitter-dylang-blue.svg?style=flat-square)](https://twitter.com/dylang) ### About the Author
Hi! Thanks for checking `rss`! My name is **Dylan Greene**. When not overwhelmed with my two young kids I enjoy contributing Hi! Thanks for checking out this project! My name is **Dylan Greene**. When not overwhelmed with my two young kids I enjoy contributing
to the open source community. I'm also a tech lead at [Opower](http://opower.com). to the open source community. I'm also a tech lead at [Opower](http://opower.com). [![@dylang](https://img.shields.io/badge/github-dylang-green.svg)](https://github.com/dylang) [![@dylang](https://img.shields.io/badge/twitter-dylang-blue.svg)](https://twitter.com/dylang)
Here's some of my other Node projects: Here's some of my other Node projects:
@@ -210,12 +210,13 @@ _This list was generated using [anthology](https://github.com/dylang/anthology).
### License ### License
Copyright (c) 2014 Dylan Greene, contributors. Copyright (c) 2015 Dylan Greene, contributors.
Released under the [MIT license](https://tldrlegal.com/license/mit-license). Released under the [MIT license](https://tldrlegal.com/license/mit-license).
Screenshots are [CC BY-SA](http://creativecommons.org/licenses/by-sa/4.0/) (Attribution-ShareAlike). Screenshots are [CC BY-SA](http://creativecommons.org/licenses/by-sa/4.0/) (Attribution-ShareAlike).
*** ***
_Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Friday, December 19, 2014._ _Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Sunday, February 8, 2015._
_To make changes to this document look in `/templates/readme/`