From 328729425332f77500601cca83e793dac72c8f22 Mon Sep 17 00:00:00 2001 From: retrohacker Date: Fri, 2 Aug 2019 12:09:59 -0700 Subject: [PATCH] add version to keywords --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 213f516..5486c26 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "keywords": [ "OS", "Distribution", - "Platform" + "Platform", + "Version" ], "author": "william.jblankenship@gmail.com", "license": "MIT",