Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

publish lerna #1192

Merged
merged 1 commit into from
May 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.10",
"version": "0.1.11",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
Expand Down
2 changes: 1 addition & 1 deletion remix-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-debug",
"version": "0.3.6",
"version": "0.3.7",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions remix-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-simulator",
"version": "0.1.6",
"version": "0.1.7",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -18,13 +18,13 @@
"body-parser": "^1.18.2",
"color-support": "^1.1.3",
"commander": "^2.19.0",
"ethereumjs-util": "^5.1.2",
"ethereumjs-vm": "3.0.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.4.6",
"ethereumjs-vm": "3.0.0",
"ethereumjs-util": "^5.1.2",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"
Expand Down
4 changes: 2 additions & 2 deletions remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.1.7",
"version": "0.1.8",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.6",
"remix-simulator": "0.1.6",
"remix-simulator": "0.1.7",
"remix-solidity": "0.3.6",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
Expand Down