overload version for npm publishes.

pull/1/head
d11e9 9 years ago
parent 54445b5959
commit c28ac8b35c
  1. 2
      README.md
  2. 5
      package.json

@ -1,7 +1,7 @@
#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

@ -1,11 +1,8 @@
{
"name": "solc",
"version": "0.1.3",
"version": "0.1.3-1",
"description": "Solidity compiler",
"main": "index.js",
"bin": {
"solc": "bin/soljson-latest.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

Loading…
Cancel
Save