Skip to content

Commit

Permalink
Merge 9993110 into f3f9bc7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghung committed Nov 17, 2017
2 parents f3f9bc7 + 9993110 commit b7f5125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/match_body.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var deepEqual = require('deep-equal');
var qs = require('querystring');
var qs = require('qs');

module.exports =
function matchBody(spec, body) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"lodash": "~4.17.2",
"mkdirp": "^0.5.0",
"propagate": "0.4.0",
"qs": "^6.0.2",
"qs": "^6.5.1",
"semver": "^5.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit b7f5125

Please sign in to comment.