Skip to content

Commit

Permalink
add entry file to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roks0n committed Jul 2, 2019
1 parent 699e842 commit ad22d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@deadlock-delegate/crawler",
"version": "1.2.1",
"version": "1.2.2",
"description": "Crawler scans the ARK network to get information about the peers in the network.",
"main": "app.js",
"entry": "src/crawler.js",
"scripts": {
"start": "node app.js",
"lint": "eslint ./ --fix"
Expand Down

0 comments on commit ad22d35

Please sign in to comment.