Skip to content

Commit

Permalink
bump xtend version to latest and add new version of nodejs to .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielgolaski authored and thlorenz committed Jun 5, 2017
1 parent 216de8a commit 9b9927d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "4"
- "5"
- "6"
- "7"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/thlorenz/parse-link-header",
"dependencies": {
"xtend": "~4.0.0"
"xtend": "~4.0.1"
},
"devDependencies": {
"tape": "~1.0.3",
Expand Down

0 comments on commit 9b9927d

Please sign in to comment.