Skip to content

Commit 9b9927d

Browse files
pwielgolaskithlorenz
authored andcommitted
bump xtend version to latest and add new version of nodejs to .travis
1 parent 216de8a commit 9b9927d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ language: node_js
22
node_js:
33
- "0.8"
44
- "0.10"
5+
- "4"
6+
- "5"
7+
- "6"
8+
- "7"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"homepage": "https://github.com/thlorenz/parse-link-header",
1414
"dependencies": {
15-
"xtend": "~4.0.0"
15+
"xtend": "~4.0.1"
1616
},
1717
"devDependencies": {
1818
"tape": "~1.0.3",

0 commit comments

Comments
 (0)