From 6fdf0f0ce8f485fdf134d904a7e5e56e06290908 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 29 Jun 2017 15:09:40 -0700 Subject: [PATCH] Scaffold: More normalization --- .npmignore | 6 ------ README.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index b5ef13a..0000000 --- a/.npmignore +++ /dev/null @@ -1,6 +0,0 @@ -.DS_Store -*.log -node_modules -build -*.node -components \ No newline at end of file diff --git a/README.md b/README.md index f76efbd..250ffb2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing. -## Example +## Usage ```js var watch = require('glob-watcher');