From e7059c1ee05faae5f943198a1f9d4d094b4afd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Mon, 6 May 2019 11:32:35 +0200 Subject: [PATCH] serve: Add description (#35) --- bucket/serve.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/serve.json b/bucket/serve.json index 9735b959f4..0108ce22f5 100644 --- a/bucket/serve.json +++ b/bucket/serve.json @@ -5,6 +5,7 @@ "hash": "267dca3a0394c0d6030d1bfc90d12578903151fe2ba3e6cbb6ece6d963a28446", "bin": "serve.exe", "homepage": "https://github.com/philippgille/serve", + "description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues", "checkver": { "github": "https://github.com/philippgille/serve" },