Commit 0e9ccc32 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #59 from yann300/fea1

alpha 2
parents 4d3c7dee bc66c528
{ {
"name": "ethereum-remix", "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", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"email": "liana@ethdev.com" "email": "liana@ethdev.com"
} }
], ],
"main": "./build/app.js", "main": "./index.js",
"dependencies": { "dependencies": {
"browserify": "^13.0.1", "browserify": "^13.0.1",
"web3": "^0.15.3", "web3": "^0.15.3",
...@@ -35,8 +35,7 @@ ...@@ -35,8 +35,7 @@
"nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default", "nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default",
"nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome", "nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome",
"nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari",
"nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie", "nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie"
"prepublish": "npm run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
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