From ad775497c5a22dd96dc084b85bc0a78ddf23d82c Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 26 Apr 2018 11:17:20 +0200 Subject: [PATCH] Publish - remix-core@0.0.9 - remix-debug@0.0.3 - remix-debugger@0.1.3 - remix-lib@0.2.3 - remix-solidity@0.1.5 --- remix-core/package.json | 8 ++++---- remix-debug/package.json | 8 ++++---- remix-debugger/package.json | 8 ++++---- remix-lib/package.json | 2 +- remix-solidity/package.json | 16 ++++++++-------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/remix-core/package.json b/remix-core/package.json index 2442d56c10..b3d7846b5d 100644 --- a/remix-core/package.json +++ b/remix-core/package.json @@ -1,6 +1,6 @@ { "name": "remix-core", - "version": "0.0.8", + "version": "0.0.9", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -14,12 +14,12 @@ ], "main": "./index.js", "dependencies": { - "babel-preset-es2015": "^6.24.0", - "babel-plugin-transform-object-assign": "^6.22.0", "babel-eslint": "^7.1.1", + "babel-plugin-transform-object-assign": "^6.22.0", + "babel-preset-es2015": "^6.24.0", "babelify": "^7.3.0", "fast-async": "^6.1.2", - "remix-lib": "0.2.2", + "remix-lib": "^0.2.3", "standard": "^7.0.1", "tape": "^4.6.0" }, diff --git a/remix-debug/package.json b/remix-debug/package.json index 7aedfe8db6..8b391e71b9 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "remix-debug", - "version": "0.0.2", + "version": "0.0.3", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -26,9 +26,9 @@ "ethereumjs-vm": "^2.3.3", "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", - "remix-core": "0.0.8", - "remix-lib": "0.2.2", - "remix-solidity": "0.1.4", + "remix-core": "^0.0.9", + "remix-lib": "^0.2.3", + "remix-solidity": "^0.1.5", "solc": "https://github.com/ethereum/solc-js", "standard": "^7.0.1", "standard-reporter": "^1.0.5", diff --git a/remix-debugger/package.json b/remix-debugger/package.json index a200c5ec94..03d6f77e55 100644 --- a/remix-debugger/package.json +++ b/remix-debugger/package.json @@ -1,6 +1,6 @@ { "name": "remix-debugger", - "version": "0.1.2", + "version": "0.1.3", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -37,9 +37,9 @@ "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", "onchange": "^3.3.0", - "remix-core": "0.0.8", - "remix-lib": "0.2.2", - "remix-solidity": "0.1.4", + "remix-core": "^0.0.9", + "remix-lib": "^0.2.3", + "remix-solidity": "^0.1.5", "selenium-standalone": "^6.0.1", "solc": "^0.4.13", "standard": "^7.0.1", diff --git a/remix-lib/package.json b/remix-lib/package.json index f64b87e2a2..7820b4d0de 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.2.2", + "version": "0.2.3", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-solidity/package.json b/remix-solidity/package.json index c1ac7bad0c..2f30bde271 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.1.4", + "version": "0.1.5", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -14,20 +14,20 @@ ], "main": "./index.js", "dependencies": { - "babel-preset-es2015": "^6.24.0", - "babel-plugin-transform-object-assign": "^6.22.0", "babel-eslint": "^7.1.1", + "babel-plugin-transform-object-assign": "^6.22.0", + "babel-preset-es2015": "^6.24.0", "babelify": "^7.3.0", "ethereumjs-util": "^4.5.0", "ethereumjs-vm": "^2.3.3", "fast-async": "^6.1.2", - "remix-core": "0.0.8", - "remix-lib": "0.2.2", - "webworkify": "^1.2.1", - "solc": "https://github.com/ethereum/solc-js", "npm-run-all": "^4.0.2", + "remix-core": "^0.0.9", + "remix-lib": "^0.2.3", + "solc": "https://github.com/ethereum/solc-js", "standard": "^7.0.1", - "tape": "^4.6.0" + "tape": "^4.6.0", + "webworkify": "^1.2.1" }, "scripts": { "test": "standard && npm run downloadsolc && tape ./test/tests.js",