small changes
Showing
... | ... | @@ -9,7 +9,7 @@ |
"browser-test-remote-ie": "nightwatch --config nightwatch.js --env ie", | ||
"browser-test-remote-chrome": "nightwatch --config nightwatch.js --env chrome", | ||
"browser-test-remote-safari": "nightwatch --config nightwatch.js --env safari", | ||
"build": "mkdir -p build; browserify src/index.js -o build/app.js", | ||
"build": "mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js", | ||
"lint": "semistandard", | ||
"serve": "http-server ." | ||
}, | ||
... | ... | @@ -31,7 +31,8 @@ |
"web3": "^0.16.0", | ||
"webworkify": "^1.2.1", | ||
"yo-yo": "^1.2.2", | ||
"yo-yoify": "^3.3.0" | ||
"yo-yoify": "^3.3.0", | ||
"ethereum-remix": "0.0.2-alpha.0.0.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -57,8 +58,5 @@ |
"nightwatch.js", | ||
"ci/sauceDisconnect.js" | ||
] | ||
}, | ||
"dependencies": { | ||
"ethereum-remix": "0.0.2-alpha.0.0.1" | ||
} | ||
} |
Please
register
or
sign in
to comment