From 7a927238c70955478fa119e7fbb80bd73d470c13 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 19 Mar 2018 19:11:55 +0100 Subject: [PATCH 1/3] fix dependency --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bc206cd740..fe2547480b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-ide", - "version": "0.5.2-alpha.1", + "version": "0.5.2-alpha.2", "description": "Minimalistic browser-based Solidity IDE", "devDependencies": { "async": "^2.1.2", @@ -54,6 +54,9 @@ "webworkify": "^1.2.1", "yo-yo": "^1.2.2" }, + "dependencies": { + "remixd": "latest" + }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix-ide.git" From 92a3fcf2fc4481ad2f4c68022b3926cdcdcc863c Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 20 Mar 2018 11:41:56 +0100 Subject: [PATCH 2/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2547480b..9f9e5d79c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-ide", - "version": "0.5.2-alpha.2", + "version": "0.5.2-alpha.5", "description": "Minimalistic browser-based Solidity IDE", "devDependencies": { "async": "^2.1.2", From 34a95628d3ad034ac5e1c8fc68256c2f2377192c Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 20 Mar 2018 11:49:13 +0100 Subject: [PATCH 3/3] remove remixd dep --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 9f9e5d79c0..c9b6555393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-ide", - "version": "0.5.2-alpha.5", + "version": "0.5.2-alpha.6", "description": "Minimalistic browser-based Solidity IDE", "devDependencies": { "async": "^2.1.2", @@ -54,9 +54,6 @@ "webworkify": "^1.2.1", "yo-yo": "^1.2.2" }, - "dependencies": { - "remixd": "latest" - }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix-ide.git"