remix-solidity dependencies & readme updated

pull/7/head
aniket-engg 5 years ago committed by Aniket
parent d0a08d4f7f
commit e1b438a53d
  1. 7
      remix-solidity/README.md
  2. 7832
      remix-solidity/package-lock.json
  3. 7
      remix-solidity/package.json

@ -3,9 +3,6 @@
Provides:
{
InternalCallTree: InternalCallTree,
SolidityProxy: SolidityProxy,
localDecoder: localDecoder,
stateDecoder: stateDecoder,
CodeAnalysis: CodeAnalysis
Compiler: Compiler,
CompilerInput: CompilerInput
}

File diff suppressed because it is too large Load Diff

@ -14,9 +14,6 @@
],
"main": "./index.js",
"dependencies": {
"ethereumjs-util": "^6.1.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.14",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
@ -44,14 +41,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix.git"
"url": "git+https://github.com/ethereum/remix/tree/master/remix-solidity"
},
"author": "cpp-ethereum team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/remix/issues"
},
"homepage": "https://github.com/ethereum/remix#readme",
"homepage": "https://github.com/ethereum/remix/tree/master/remix-solidity#readme",
"browserify": {
"transform": [
[

Loading…
Cancel
Save