Merge pull request #929 from ethereum/add_remix_tests_to_lerna

add remix-tests to lerna
pull/7/head
yann300 6 years ago committed by GitHub
commit 1fb2f0079a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lerna.json
  2. 4
      remix-tests/package.json

@ -4,7 +4,8 @@
"remix-debug", "remix-debug",
"remix-lib", "remix-lib",
"remix-solidity", "remix-solidity",
"remix-analyzer" "remix-analyzer",
"remix-tests"
], ],
"version": "independent" "version": "independent"
} }

@ -41,8 +41,8 @@
"change-case": "^3.0.1", "change-case": "^3.0.1",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-simulator": "latest", "remix-simulator": "0.0.3",
"remix-solidity": "^0.2.2", "remix-solidity": "^0.2.4",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^10.0.3", "standard": "^10.0.3",
"web3": "1.0.0-beta.27" "web3": "1.0.0-beta.27"

Loading…
Cancel
Save