From ad22d3545bff90a57348cbfa8faf5a2a30049033 Mon Sep 17 00:00:00 2001 From: roks0n Date: Tue, 2 Jul 2019 22:30:49 +0200 Subject: [PATCH] add entry file to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"