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';