Commit c28ac8b3 authored by d11e9's avatar d11e9

overload version for npm publishes.

parent 54445b59
#Browser-solidity #Browser-solidity
Browser solidity is a browser based solidity compiler. To use either visit https://chriseth.github.io/browser-solidity or clone/download this repo and open `index.html` in your browser. Browser solidity is a browser based solidity compiler. To use either visit [https://chriseth.github.io/browser-solidity](https://chriseth.github.io/browser-solidity) or clone/download this repo and open `index.html` in your browser.
#Nodejs usage #Nodejs usage
......
{ {
"name": "solc", "name": "solc",
"version": "0.1.3", "version": "0.1.3-1",
"description": "Solidity compiler", "description": "Solidity compiler",
"main": "index.js", "main": "index.js",
"bin": {
"solc": "bin/soljson-latest.js"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment