From b8f68fb57ee5acff8cbc7cc67b262998b3a5431a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:46:17 +0800 Subject: [PATCH] Added package fsnotify (#1634) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c105f6b..113d07c 100644 --- a/packages.json +++ b/packages.json @@ -19481,6 +19481,19 @@ "license": "MIT", "web": "https://github.com/Knaque/spinner" }, + { + "name": "fsnotify", + "url": "https://github.com/xflywind/fsnotify", + "method": "git", + "tags": [ + "os", + "watcher", + "prologue" + ], + "description": "A file system monitor in Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/fsnotify" + }, { "name": "xio", "url": "https://github.com/xflywind/async",