From bd5b8abab6545706b7edfbb675a77fa51a07e907 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Wed, 25 Nov 2020 14:35:15 +0100 Subject: [PATCH] 4.30.3 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 682af64..11d58ce 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "systeminformation", - "version": "4.30.2", + "version": "4.30.3", "description": "Simple system and OS information library", "license": "MIT", "author": "Sebastian Hildebrandt (https://plus-innovations.com)", "homepage": "https://systeminformation.io", "main": "./lib/index.js", - "bin": "./lib/cli.js", + "bin": { + "systeminformation": "lib/cli.js" + }, "types": "./lib/index.d.ts", "scripts": { "clean": "rimraf dist",