Commit b9341620 authored by yann300's avatar yann300

publish lerna

parent 1af0591b
{ {
"version": "0.1.10", "version": "0.1.11",
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",
"lerna": "^2.10.2" "lerna": "^2.10.2"
......
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.3.6", "version": "0.3.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
......
{ {
"name": "remix-simulator", "name": "remix-simulator",
"version": "0.1.6", "version": "0.1.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"color-support": "^1.1.3", "color-support": "^1.1.3",
"commander": "^2.19.0", "commander": "^2.19.0",
"ethereumjs-util": "^5.1.2",
"ethereumjs-vm": "3.0.0",
"express": "^4.16.3", "express": "^4.16.3",
"express-ws": "^4.0.0", "express-ws": "^4.0.0",
"fast-async": "^6.3.7", "fast-async": "^6.3.7",
"merge": "^1.2.0", "merge": "^1.2.0",
"remix-lib": "0.4.6", "remix-lib": "0.4.6",
"ethereumjs-vm": "3.0.0",
"ethereumjs-util": "^5.1.2",
"standard": "^10.0.3", "standard": "^10.0.3",
"time-stamp": "^2.0.0", "time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27" "web3": "1.0.0-beta.27"
......
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.7", "version": "0.1.8",
"description": "Tests for the Ethereum tool suite Remix", "description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "0.4.6", "remix-lib": "0.4.6",
"remix-simulator": "0.1.6", "remix-simulator": "0.1.7",
"remix-solidity": "0.3.6", "remix-solidity": "0.3.6",
"signale": "^1.2.1", "signale": "^1.2.1",
"web3": "1.0.0-beta.36", "web3": "1.0.0-beta.36",
......
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