Skip to content

Commit

Permalink
4.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhildebrandt committed Nov 25, 2020
1 parent 44da17c commit bd5b8ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd5b8ab

Please sign in to comment.