Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
New qs version
Browse files Browse the repository at this point in the history
The old `qs` version could not handle parameters like `isVatExampt=1`. It would simply stringify it to `&isVatExempt`, without any value.
  • Loading branch information
jamiter committed Feb 21, 2014
1 parent 8641a99 commit d125418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheddargetter",
"version": "0.1.4-1",
"version": "0.1.5",
"author": "Kevin Smith",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"async": "0.1.x",
"xml2js": "0.1.x",
"qs": "0.3.x"
"qs": "0.6.x"
},
"devDependencies": {
"nodeunit": "0.6.x"
Expand Down

0 comments on commit d125418

Please sign in to comment.