Replace 'qs' dep. with 'querystring'

pull/21833/head
Richard Lewis 2017-11-10 11:42:56 +00:00
parent bd6b5c4498
commit d2070a08d8
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
"matrix-js-sdk": "0.8.5",
"optimist": "^0.6.1",
"prop-types": "^15.5.8",
"qs": "^6.5.1",
"querystring": "^0.2.0",
"react": "^15.4.0",
"react-addons-css-transition-group": "15.3.2",
"react-dom": "^15.4.0",

View File

@ -17,7 +17,7 @@ limitations under the License.
'use strict';
import url from 'url';
import qs from 'qs';
import qs from 'querystring';
import React from 'react';
import MatrixClientPeg from '../../../MatrixClientPeg';
import PlatformPeg from '../../../PlatformPeg';