Skip to content

Commit

Permalink
fix soljson require issue when using browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jan 31, 2018
1 parent 83bfad1 commit 7f746e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"build": "browserify src/index.js -o build/app.js",
"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/",
"downloadsolc": "rimraf soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js",
"downloadsolc": "rimraf soljson.js && cd node_modules/remix-solidity/node_modules/solc && wget https://ethereum.github.io/solc-bin/soljson.js && cd ../../../../",
"lint": "standard | notify-error",
"make-mock-compiler": "node ci/makeMockCompiler.js",
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false",
Expand Down

0 comments on commit 7f746e0

Please sign in to comment.