From f56eb85d48927e2c51a6dbc07655e27a77d78b03 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 25 Jul 2018 05:57:09 -0400 Subject: [PATCH] point to local libs to test --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66e4a1d6ab..e55ed8a341 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ "npm-link-local": "^1.1.0", "npm-run-all": "^4.0.2", "onchange": "^3.2.1", - "remix-core": "0.0.15", - "remix-lib": "0.2.9", - "remix-solidity": "0.1.11", + "remix-analyzer": "latest", + "remix-lib": "latest", + "remix-solidity": "latest", "remix-tests": "latest", "remixd": "git+https://github.com/ethereum/remixd.git", "request": "^2.83.0", @@ -145,14 +145,12 @@ "scripts": { "setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity;", "pullremix": "git clone https://github.com/ethereum/remix", - "linkremixcore": "cd node_modules && rm -rf remix-core && ln -s ../remix/remix-core remix-core && cd ..", "linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../remix/remix-lib remix-lib && cd ..", "linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../remix/remix-solidity remix-solidity && cd ..", "build": "browserify src/index.js -o build/app.js --exclude solc", "build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js", "browsertest": "sleep 5 && npm run nightwatch_local", "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/", - "downloadsolc": "rimraf soljson.js && cd node_modules/solc && wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js && cd ../../", "downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js", "lint": "standard | notify-error", "make-mock-compiler": "node ci/makeMockCompiler.js",