Skip to content

Commit

Permalink
Add start script and cleanup license
Browse files Browse the repository at this point in the history
  • Loading branch information
egalano committed Dec 20, 2018
1 parent 39e01a1 commit 6226ac1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "tx-relay",
"name": "devp2p-network",
"version": "1.0.0",
"description": "devp2p eth tx relay",
"description": "A devp2p node indexer",
"main": "app.js",
"dependencies": {
"assert": "^1.4.1",
Expand Down Expand Up @@ -31,8 +31,13 @@
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Infura",
"license": ""
"author": {
"name": "E.G. Galano",
"email": "eg.galano@gmail.com",
"url": "infura.io"
},
"license": "Apache-2.0"
}

0 comments on commit 6226ac1

Please sign in to comment.