From 389532fc53d36dac17b5ab4f0aef952e9c85c98a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 2 Mar 2020 16:45:05 +0100 Subject: [PATCH] Update metadata --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ae31dd..f832149 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { "name": "vfile-find-up", "version": "5.0.0", - "description": "Find files by searching the file system upwards", + "description": "vfile utility to find one or more files by searching the file system upwards", "license": "MIT", "keywords": [ "vfile", + "vfile-util", + "util", + "utility", + "virtual", + "file", "walk", "find", "up",