Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Apr 8, 2016
1 parent ae57711 commit 9d4a03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: node_js
node_js:
- "5"
- "4"
after_success:
- 'npm run coverage | ./node_modules/.bin/coveralls'
after_success:
- 'npm run coverage | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-feeds",
"version": "0.1.0",
"version": "1.0.0",
"description": "Get RSS/Atom/ActivityStream feeds from an HTML string",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 9d4a03e

Please sign in to comment.