From bc66c5288d2be56a941e28b8e60ff5221998d016 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 19 Jul 2016 10:27:24 +0200 Subject: [PATCH] alpha 2 --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0b342a7a55..541b527fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-remix", - "version": "0.0.2-alpha.0.0.1", + "version": "0.0.2-alpha.0.0.2", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -12,7 +12,7 @@ "email": "liana@ethdev.com" } ], - "main": "./build/app.js", + "main": "./index.js", "dependencies": { "browserify": "^13.0.1", "web3": "^0.15.3", @@ -35,8 +35,7 @@ "nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default", "nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome", "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", - "nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie", - "prepublish": "npm run build" + "nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie" }, "repository": { "type": "git",