Tidy nodejs/npm usage
Showing
index.js
0 → 100644
... | @@ -2,9 +2,9 @@ | ... | @@ -2,9 +2,9 @@ |
"name": "solc", | "name": "solc", | ||
"version": "0.1.3", | "version": "0.1.3", | ||
"description": "Solidity compiler", | "description": "Solidity compiler", | ||
"main": "soljson-latest.js", | "main": "index.js", | ||
"bin": { | "bin": { | ||
"solc": "soljson-latest.js" | "solc": "bin/soljson-latest.js" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... |
Please
register
or
sign in
to comment