From 1e6452c6df0d48d83dad31ed95a77300a3d90c7e Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 25 Jul 2018 07:59:12 -0400 Subject: [PATCH] update references to solc --- remix-simulator/package.json | 3 +++ remix-solidity/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/remix-simulator/package.json b/remix-simulator/package.json index 280d8b60db..e3d2116695 100644 --- a/remix-simulator/package.json +++ b/remix-simulator/package.json @@ -15,10 +15,13 @@ "main": "./index.js", "dependencies": { "ansi-gray": "^0.1.1", + "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2017": "^6.24.1", + "babelify": "^7.3.0", "body-parser": "^1.18.2", "color-support": "^1.1.3", "express": "^4.16.3", + "fast-async": "^6.3.7", "merge": "^1.2.0", "remix-lib": "^0.2.5", "standard": "^10.0.3", diff --git a/remix-solidity/package.json b/remix-solidity/package.json index 17c08b3510..18f18992ff 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -29,7 +29,8 @@ "webworkify": "^1.2.1" }, "scripts": { - "test": "standard && tape ./test/tests.js" + "test": "standard && tape ./test/tests.js", + "prepublish": "mkdirp build" }, "standard": { "ignore": [