From ff8a81821682eca40834fb0ab684897829820031 Mon Sep 17 00:00:00 2001 From: pesar Date: Mon, 21 Feb 2022 21:51:35 +0330 Subject: [PATCH] set 2.0.0 version --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 9347fcf..78a2187 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { "name": "pscanner", - "version": "1.1.5", + "version": "2.0.0", "description": "Port Scanner 👀", "main": "index.js", "type": "commonjs", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "git+https://github.com/pesarism/port-scanner.git"