This commit is contained in:
Sebastian Hildebrandt 2020-11-25 14:35:15 +01:00
parent 44da17c851
commit bd5b8abab6

View File

@ -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 <hildebrandt@plus-innovations.com> (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",