Skip to content

Commit 21f84e4

Browse files
committedJun 10, 2016
chore(package): update qs to ^6.2.0
BREAKING CHANGE: Drop support for old versions of Node (<4.0). Only Node LTS and stable are supported
1 parent 288d9be commit 21f84e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- 0.1
4-
- 0.11
3+
- 4
4+
- stable
55
deploy:
66
provider: npm
77
email:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"cookiejar": "2.0.x",
5050
"is-ip": "1.0.0",
5151
"methods": "^1.1.2",
52-
"qs": "2.0.x",
52+
"qs": "^6.2.0",
5353
"superagent": "^2.0.0"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.