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: Provides:
{ {
InternalCallTree: InternalCallTree, Compiler: Compiler,
SolidityProxy: SolidityProxy, CompilerInput: CompilerInput
localDecoder: localDecoder,
stateDecoder: stateDecoder,
CodeAnalysis: CodeAnalysis
} }

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save