From 809fd25a20566c53cb589c2afd47b175c18eb440 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Fri, 14 Oct 2022 07:10:27 +0200 Subject: [PATCH] rephrase package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cc3e37..8bcca1d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ufw", "version": "1.0.0-alpha.8", - "description": "Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.", + "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", "license": "MIT", "typings": "./index.d.ts", "main": "./index.js",