From fd29e9dc6ea23052e44af7ee8dfc9da57c5b5261 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Wed, 6 Mar 2019 17:46:01 +0800 Subject: Remove unnecessary files --- .../types/web3-provider-engine/LICENSE | 21 ------------------- .../types/web3-provider-engine/README.md | 16 --------------- .../types/web3-provider-engine/package.json | 24 ---------------------- 3 files changed, 61 deletions(-) delete mode 100644 packages/typescript-typings/types/web3-provider-engine/LICENSE delete mode 100644 packages/typescript-typings/types/web3-provider-engine/README.md delete mode 100644 packages/typescript-typings/types/web3-provider-engine/package.json diff --git a/packages/typescript-typings/types/web3-provider-engine/LICENSE b/packages/typescript-typings/types/web3-provider-engine/LICENSE deleted file mode 100644 index 21071075c..000000000 --- a/packages/typescript-typings/types/web3-provider-engine/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/packages/typescript-typings/types/web3-provider-engine/README.md b/packages/typescript-typings/types/web3-provider-engine/README.md deleted file mode 100644 index c0f8fdd8b..000000000 --- a/packages/typescript-typings/types/web3-provider-engine/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/web3-provider-engine` - -# Summary -This package contains type definitions for web3-provider-engine (https://github.com/MetaMask/provider-engine#readme). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web3-provider-engine - -Additional Details - * Last updated: Mon, 30 Jul 2018 23:12:12 GMT - * Dependencies: ethereum-protocol - * Global values: none - -# Credits -These definitions were written by Leonid Logvinov . diff --git a/packages/typescript-typings/types/web3-provider-engine/package.json b/packages/typescript-typings/types/web3-provider-engine/package.json deleted file mode 100644 index f2445a22c..000000000 --- a/packages/typescript-typings/types/web3-provider-engine/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "@types/web3-provider-engine", - "version": "14.0.0", - "description": "TypeScript definitions for web3-provider-engine", - "license": "MIT", - "contributors": [ - { - "name": "Leonid Logvinov", - "url": "https://github.com/LogvinovLeon", - "githubUsername": "LogvinovLeon" - } - ], - "main": "", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" - }, - "scripts": {}, - "dependencies": { - "@types/ethereum-protocol": "*" - }, - "typesPublisherContentHash": "aa787c969f42d99ef10c771552fe48a55c2b9ae57d92371eda77b74957500729", - "typeScriptVersion": "2.4" -} \ No newline at end of file -- cgit