Change name to autobounty, add description
This commit is contained in:
parent
ed78bed8b7
commit
4b774effcd
2
index.js
2
index.js
|
@ -40,4 +40,4 @@ app.get('/address/:address', function(req, res, next){
|
|||
|
||||
const port = process.env.PORT || 8181
|
||||
app.listen(port, function(){
|
||||
console.log('Faucet listening on port', port);
|
||||
console.log('Autobounty listening on port', port);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kovan-faucet",
|
||||
"name": "autobounty",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "Automatically award bounty specified to the address in issue tracker",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
|
|
Loading…
Reference in New Issue