Merge pull request #12 from ethereum/ci-build
Referenced libs locally
Showing
File moved
File moved
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
"nightwatch_local_editor": "nightwatch ./apps/remix-ide/test-browser/tests/editor.test.js --config apps/remix-ide/nightwatch.js --env chrome ", | "nightwatch_local_editor": "nightwatch ./apps/remix-ide/test-browser/tests/editor.test.js --config apps/remix-ide/nightwatch.js --env chrome ", | ||
"nightwatch_local_runAndDeploy": "nightwatch ./apps/remix-ide/test-browser/tests/runAndDeploy.js --config apps/remix-ide/nightwatch.js --env chrome-runAndDeploy ", | "nightwatch_local_runAndDeploy": "nightwatch ./apps/remix-ide/test-browser/tests/runAndDeploy.js --config apps/remix-ide/nightwatch.js --env chrome-runAndDeploy ", | ||
"onchange": "onchange apps/remix-ide/build/app.js -- npm-run-all lint", | "onchange": "onchange apps/remix-ide/build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build:libs build", | ||
"remixd": "remixd -s ./apps/remix-ide/contracts --remix-ide http://127.0.0.1:4200", | "remixd": "remixd -s ./apps/remix-ide/contracts --remix-ide http://127.0.0.1:4200", | ||
"selenium": "selenium-standalone start", | "selenium": "selenium-standalone start", | ||
"selenium-install": "selenium-standalone install", | "selenium-install": "selenium-standalone install", | ||
... | @@ -140,6 +140,7 @@ | ... | @@ -140,6 +140,7 @@ |
"ethereumjs-vm": "4.1.3", | "ethereumjs-vm": "4.1.3", | ||
"http-server": "^0.11.1", | "http-server": "^0.11.1", | ||
"npm-install-version": "^6.0.2", | "npm-install-version": "^6.0.2", | ||
"signale": "^1.4.0", | |||
"time-stamp": "^2.2.0", | "time-stamp": "^2.2.0", | ||
"winston": "^3.3.3" | "winston": "^3.3.3" | ||
}, | }, | ||
... | @@ -251,4 +252,4 @@ | ... | @@ -251,4 +252,4 @@ |
"yo-yoify": "^3.7.3", | "yo-yoify": "^3.7.3", | ||
"webworkify-webpack": "^2.1.5" | "webworkify-webpack": "^2.1.5" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment