bin
This commit is contained in:
parent
c7b6ee16a8
commit
6184c25d3d
|
@ -5,6 +5,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
|
"bin": {
|
||||||
|
"oracles-combine-solidity": "index.js"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/oraclesorg/oracles-combine-solidity"
|
"url": "https://github.com/oraclesorg/oracles-combine-solidity"
|
||||||
|
|
Loading…
Reference in New Issue