From a2883af696d662a203c0f4c72df7b782d7016c87 Mon Sep 17 00:00:00 2001 From: Gampol T Date: Tue, 29 Oct 2019 18:45:59 +0700 Subject: [PATCH] Added package srv (#1226) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 00367fa..2a29fa0 100644 --- a/packages.json +++ b/packages.json @@ -15006,5 +15006,16 @@ "description": "A library to hide data in images. Usable as library or cli tool.", "license": "MIT", "web": "https://github.com/MnlPhlp/nimagehide" + }, + { + "name": "srv", + "url": "https://github.com/me7/srv", + "method": "git", + "tags": [ + "web-server" + ], + "description": "A tiny static file web server.", + "license": "MIT", + "web": "https://github.com/me7/srv" } ]