From 59de1dd70b2ff569f83975fda47995e6a481d79a Mon Sep 17 00:00:00 2001 From: Vincent Dhennin Date: Thu, 19 Jan 2023 21:40:33 +0100 Subject: [PATCH] 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd448e8..fa747a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodesecure/authors", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nodesecure/authors", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@myunisoft/httpie": "^1.10.0", diff --git a/package.json b/package.json index 76f440b..ce8bcc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/authors", - "version": "1.0.1", + "version": "1.0.2", "description": "NodeSecure (npm) authors analysis package", "exports": "./src/index.js", "type": "module",