bump version and remove linking remix to specific commit hash
Showing
... | @@ -48,12 +48,12 @@ | ... | @@ -48,12 +48,12 @@ |
"npm-link-local": "^1.1.0", | "npm-link-local": "^1.1.0", | ||
"npm-run-all": "^4.0.2", | "npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | "onchange": "^3.2.1", | ||
"remix-analyzer": "0.3.7", | "remix-analyzer": "0.3.8", | ||
"remix-debug": "0.3.8", | "remix-debug": "0.3.9", | ||
"remix-lib": "0.4.6", | "remix-lib": "0.4.7", | ||
"remix-solidity": "0.3.7", | "remix-solidity": "0.3.8", | ||
"remix-tabs": "1.0.46", | "remix-tabs": "1.0.46", | ||
"remix-tests": "0.1.9", | "remix-tests": "0.1.11", | ||
"remixd": "0.1.8-alpha.6", | "remixd": "0.1.8-alpha.6", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
... | @@ -174,7 +174,6 @@ | ... | @@ -174,7 +174,6 @@ |
"test": "csslint && standard && node test/index.js", | "test": "csslint && standard && node test/index.js", | ||
"test-browser": "npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest", | "test-browser": "npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest", | ||
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc", | "watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc", | ||
"reinstall": "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build", | "reinstall": "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build" | ||
"postinstall": "cd .. && if [ ! -d \"remix\" ] ; then git clone https://github.com/ethereum/remix; fi && cd remix && git checkout 517db1adce48feac758aff7465241c0dd385b906 && npm install && npm run bootstrap && cd .. && cd remix-ide && npm run setupremix" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment