Unverified Commit 3191a82e authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #889 from ethereum/publishReorg

Publish reorg
parents bb9ce7b1 c602ee39
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"lerna": "2.10.2", "lerna": "2.10.2",
"packages": [ "packages": [
"remix-debug", "remix-debug",
"remix-debugger",
"remix-lib", "remix-lib",
"remix-solidity", "remix-solidity",
"remix-analyzer" "remix-analyzer"
......
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.1.0", "version": "0.1.1",
"description": "Remix Analyzer", "description": "Remix Analyzer",
"main": "./index.js", "main": "./index.js",
"contributors": [ "contributors": [
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
"dependencies": { "dependencies": {
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"remix-lib": "^0.2.9",
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"remix-lib": "^0.2.10",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0" "tape": "^4.6.0"
......
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.0.9", "version": "0.0.10",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
"babelify": "^7.3.0", "babelify": "^7.3.0",
"ethereumjs-util": "^4.5.0", "ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.3.3", "ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2",
"notify-error": "^1.2.0", "notify-error": "^1.2.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"fast-async": "^6.1.2", "remix-lib": "^0.2.10",
"remix-lib": "^0.2.9",
"solc": "^0.4.24" "solc": "^0.4.24"
}, },
"devDependencies": { "devDependencies": {
......
{ {
"name": "remix-lib", "name": "remix-lib",
"version": "0.2.9", "version": "0.2.10",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
......
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.1.11", "version": "0.1.12",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"ethereumjs-vm": "^2.3.3", "ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"remix-lib": "^0.2.9", "remix-lib": "^0.2.10",
"solc": "^0.4.24", "solc": "^0.4.24",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0", "tape": "^4.6.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment