From 49751de8c4561d9946f4dffeacfad749ee4d16a1 Mon Sep 17 00:00:00 2001 From: rockcavera Date: Wed, 16 Oct 2019 11:59:22 -0300 Subject: [PATCH] Added package winversion (#1208) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3bacab7..a5af526 100644 --- a/packages.json +++ b/packages.json @@ -14788,5 +14788,17 @@ "description": "256 colors for shell", "license": "MIT", "web": "https://github.com/thebigbaron/rainbow" + }, + { + "name": "winversion", + "url": "https://github.com/rockcavera/winversion", + "method": "git", + "tags": [ + "windows", + "version" + ], + "description": "This package allows you to determine the running version of the Windows operating system.", + "license": "MIT", + "web": "https://github.com/rockcavera/winversion" } ]