1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Switch to using existing dep "qs" and record in package.json

This commit is contained in:
Richard Lewis
2017-11-07 12:45:12 +00:00
parent d3784b4925
commit 96de72ab44
2 changed files with 2 additions and 1 deletions

View File

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