@ -48,12 +48,12 @@
"npm-link-local" : "^1.1.0" ,
"npm-run-all" : "^4.0.2" ,
"onchange" : "^3.2.1" ,
"remix-analyzer" : "0.3.7 " ,
"remix-debug" : "0.3.8 " ,
"remix-lib" : "0.4.6 " ,
"remix-solidity" : "0.3.7 " ,
"remix-analyzer" : "0.3.8 " ,
"remix-debug" : "0.3.9 " ,
"remix-lib" : "0.4.7 " ,
"remix-solidity" : "0.3.8 " ,
"remix-tabs" : "1.0.46" ,
"remix-tests" : "0.1.9 " ,
"remix-tests" : "0.1.11 " ,
"remixd" : "0.1.8-alpha.6" ,
"request" : "^2.83.0" ,
"rimraf" : "^2.6.1" ,
@ -174,7 +174,6 @@
"test" : "csslint && standard && node test/index.js" ,
"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" ,
"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"
"reinstall" : "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build"
}
}