Change name to autobounty, add description

This commit is contained in:
snugghash 2017-06-10 19:09:53 +05:30
parent ed78bed8b7
commit 4b774effcd
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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",