Remove published types
This commit is contained in:
		| @@ -41,6 +41,7 @@ | ||||
|         "@types/react": "16.3.13", | ||||
|         "@types/react-dom": "^16.0.3", | ||||
|         "@types/react-scroll": "0.0.31", | ||||
|         "@types/is-mobile": "0.3.0", | ||||
|         "basscss": "^8.0.3", | ||||
|         "is-mobile": "^0.2.2", | ||||
|         "lodash": "^4.17.4", | ||||
|   | ||||
| @@ -1,4 +0,0 @@ | ||||
| declare function isMobile(): boolean; | ||||
| declare module 'is-mobile' { | ||||
|     export = isMobile; | ||||
| } | ||||
| @@ -1,7 +0,0 @@ | ||||
| declare interface XML2JSONOpts { | ||||
|     compact?: boolean; | ||||
|     spaces?: number; | ||||
| } | ||||
| declare module 'xml-js' { | ||||
|     const xml2json: (xml: string, opts: XML2JSONOpts) => string; | ||||
| } | ||||
| @@ -57,7 +57,7 @@ | ||||
|         "web3": "^0.20.0", | ||||
|         "web3-provider-engine": "^14.0.4", | ||||
|         "whatwg-fetch": "^2.0.3", | ||||
|         "xml-js": "^1.3.2" | ||||
|         "xml-js": "^1.6.4" | ||||
|     }, | ||||
|     "devDependencies": { | ||||
|         "@types/accounting": "^0.4.1", | ||||
|   | ||||
| @@ -12863,9 +12863,9 @@ xhr@^2.0.4, xhr@^2.2.0, xhr@^2.3.3: | ||||
|     parse-headers "^2.0.0" | ||||
|     xtend "^4.0.0" | ||||
|  | ||||
| xml-js@^1.3.2: | ||||
|   version "1.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.2.tgz#4c4cb8413998f73701a202a1b8b2f17c985a72c5" | ||||
| xml-js@^1.6.4: | ||||
|   version "1.6.4" | ||||
|   resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.4.tgz#fcf9fdc9fb6d691122a02fe5a55c30f84d93ab90" | ||||
|   dependencies: | ||||
|     sax "^1.2.4" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user