Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d2070a0

Browse files
committed
Replace 'qs' dep. with 'querystring'
1 parent bd6b5c4 commit d2070a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"matrix-js-sdk": "0.8.5",
7575
"optimist": "^0.6.1",
7676
"prop-types": "^15.5.8",
77-
"qs": "^6.5.1",
77+
"querystring": "^0.2.0",
7878
"react": "^15.4.0",
7979
"react-addons-css-transition-group": "15.3.2",
8080
"react-dom": "^15.4.0",

src/components/views/elements/AppTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
'use strict';
1818

1919
import url from 'url';
20-
import qs from 'qs';
20+
import qs from 'querystring';
2121
import React from 'react';
2222
import MatrixClientPeg from '../../../MatrixClientPeg';
2323
import PlatformPeg from '../../../PlatformPeg';

0 commit comments

Comments
 (0)