From 3b06f67387cb21e8f93eae21f17f1fcf659ab39e Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 Aug 2018 08:35:15 -0400 Subject: [PATCH] add remix-tests to lerna --- lerna.json | 3 ++- remix-tests/package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 69dbd325a5..9962614afa 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,8 @@ "remix-debug", "remix-lib", "remix-solidity", - "remix-analyzer" + "remix-analyzer", + "remix-tests" ], "version": "independent" } diff --git a/remix-tests/package.json b/remix-tests/package.json index 2347b1f51b..eba3467595 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -41,8 +41,8 @@ "change-case": "^3.0.1", "colors": "^1.1.2", "commander": "^2.13.0", - "remix-simulator": "latest", - "remix-solidity": "^0.2.2", + "remix-simulator": "0.0.3", + "remix-solidity": "^0.2.4", "solc": "^0.4.24", "standard": "^10.0.3", "web3": "1.0.0-beta.27"