We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216de8a commit 9b9927dCopy full SHA for 9b9927d
.travis.yml
@@ -2,3 +2,7 @@ language: node_js
2
node_js:
3
- "0.8"
4
- "0.10"
5
+ - "4"
6
+ - "5"
7
+ - "6"
8
+ - "7"
package.json
@@ -12,7 +12,7 @@
12
},
13
"homepage": "https://github.com/thlorenz/parse-link-header",
14
"dependencies": {
15
- "xtend": "~4.0.0"
+ "xtend": "~4.0.1"
16
17
"devDependencies": {
18
"tape": "~1.0.3",
0 commit comments