Use querystring lib instead of URLSearchParams

pull/21833/head
Richard Lewis 2017-10-31 10:22:58 +00:00
parent 355d69b024
commit 6012b35acf
2 changed files with 0 additions and 6 deletions

5
package-lock.json generated
View File

@ -6241,11 +6241,6 @@
}
}
},
"url-search-params": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/url-search-params/-/url-search-params-0.10.0.tgz",
"integrity": "sha512-oFPzmbPAbdthStgffGq8alULe47skPDt1X3KW6NOQnKkcLHP4IS1NfdfHG/CBP5lGsr2gDzNp87pfWLx/eIxjw=="
},
"user-home": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",

View File

@ -82,7 +82,6 @@
"sanitize-html": "^1.14.1",
"text-encoding-utf-8": "^1.0.1",
"url": "^0.11.0",
"url-search-params": "^0.10.0",
"velocity-vector": "vector-im/velocity#059e3b2",
"whatwg-fetch": "^1.0.0"
},