@ -6,5 +6,6 @@ compileJSON = soljson.cwrap("compileJSON", "string", ["string", "number"]);
module.exports = {
compile: function(input, optimise){
return JSON.parse( compileJSON(input, optimise) );
}
},
version: soljson.cwrap("version", "string", [])
@ -1,6 +1,6 @@
{
"name": "solc",
"version": "0.1.3-1",
"version": "0.1.3-2",
"description": "Solidity compiler",
"main": "index.js",
"scripts": {