Commit 4cffd49b authored by chriseth's avatar chriseth

Merge pull request #30 from d11e9/npm-publish-version-bump

Npm publish version bump
parents cc356049 3a582168
...@@ -7,7 +7,7 @@ Browser solidity is a browser based solidity compiler. To use either visit [http ...@@ -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 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: And then use it like so:
......
{ {
"name": "solc", "name": "solc",
"version": "0.1.3-2", "version": "0.1.4-2",
"description": "Solidity compiler", "description": "Solidity compiler",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
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