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"