From 4758463c03b8ac2aee9d5181175581a270230997 Mon Sep 17 00:00:00 2001 From: roks0n Date: Tue, 2 Jul 2019 22:33:50 +0200 Subject: [PATCH] woops, we use main instead --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a34aed3..33361ec 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "@deadlock-delegate/crawler", - "version": "1.2.2", + "version": "1.2.3", "description": "Crawler scans the ARK network to get information about the peers in the network.", - "main": "app.js", - "entry": "src/crawler.js", + "main": "src/crawler.js", "scripts": { "start": "node app.js", "lint": "eslint ./ --fix"