Merge pull request #1642 from ethereum/refactorApp.js
Refactor app.js
Showing
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
"remix-lib": "0.4.1", | "remix-lib": "0.4.1", | ||
"remix-solidity": "0.3.1", | "remix-solidity": "0.3.1", | ||
"remix-tests": "0.1.1", | "remix-tests": "0.1.1", | ||
"remixd": "git+https://github.com/ethereum/remixd.git", | "remixd": "0.1.8-alpha.6", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.0.1", | "selenium-standalone": "^6.0.1", | ||
... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"http-server": "0.9.0", | "http-server": "0.9.0", | ||
"remixd": "git+https://github.com/ethereum/remixd.git" | "remixd": "0.1.8-alpha.6" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -156,7 +156,7 @@ | ... | @@ -156,7 +156,7 @@ |
"build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js", | "build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js", | ||
"browsertest": "sleep 5 && npm run nightwatch_local", | "browsertest": "sleep 5 && npm run nightwatch_local", | ||
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/", | "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/", | ||
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js", | "downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.5.1+commit.c8a2cb62.js -O soljson.js", | ||
"lint": "standard | notify-error", | "lint": "standard | notify-error", | ||
"make-mock-compiler": "node ci/makeMockCompiler.js", | "make-mock-compiler": "node ci/makeMockCompiler.js", | ||
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment