bump npm version to match latest

pull/1/head
d11e9 9 years ago
parent cc3560496b
commit 8a3a36d3d9
  1. 2
      README.md
  2. 2
      package.json

@ -7,7 +7,7 @@ Browser solidity is a browser based solidity compiler. To use either visit [http
To use the solidity compiler via nodejs you can install it via npm
npm install --save solc
npm install solc
And then use it like so:

@ -1,6 +1,6 @@
{
"name": "solc",
"version": "0.1.3-2",
"version": "0.1.4",
"description": "Solidity compiler",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save