diff --git a/.travis.yml b/.travis.yml index 3413135..8ab6623 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,7 @@ language: node_js node_js: - "0.10" - "0.11" + - "0.12" + - "iojs" before_script: - npm install -g grunt-cli \ No newline at end of file diff --git a/package.json b/package.json index cac6b61..aedaa0b 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,11 @@ "devDependencies": { "folderify": "^0.6.0", "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.10.0", - "grunt-release": "^0.9.0", + "grunt-contrib-jshint": "^0.11.0", + "grunt-release": "^0.11.0", "grunt-templates-dylang": "^1.0.0", "include-folder": "^0.7.0", - "load-grunt-tasks": "^1.0.0", + "load-grunt-tasks": "^3.1.0", "mockdate": "^1.0.1", "prova": "^2.0.3", "q": "^1.0.0", diff --git a/readme.md b/readme.md index bafa300..c6b5c3f 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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 -to the open source community. I'm also a tech lead at [Opower](http://opower.com). +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). [![@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: @@ -210,12 +210,13 @@ _This list was generated using [anthology](https://github.com/dylang/anthology). ### License -Copyright (c) 2014 Dylan Greene, contributors. +Copyright (c) 2015 Dylan Greene, contributors. 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). *** -_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/`