diff --git a/package.json b/package.json index d33be41..a34aed3 100644 --- a/package.json +++ b/package.json @@ -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"