From 4fb708f802d7f64c62d0b2b83885af3ba443f843 Mon Sep 17 00:00:00 2001 From: Gabriel Csapo Date: Wed, 16 May 2018 23:06:53 -0700 Subject: [PATCH] fixes readme to be aligned with recent deprecation changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deprecated 0.10 and 0.12 support so I just though the readme could use some 💖 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89516d5..6b52c83 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gaze [![Build Status](http://img.shields.io/travis/shama/gaze.svg)](https://travis-ci.org/shama/gaze) [![Build status](https://ci.appveyor.com/api/projects/status/vtx65w9eg511tgo4)](https://ci.appveyor.com/project/shama/gaze) A globbing `fs.watch` wrapper built from the best parts of other fine watch libs. -Compatible with Node.js 4.x/0.12/0.10, Windows, macOS, and Linux. +Compatible with Node.js >= 4.x, Windows, macOS, and Linux. ![gaze](http://dontkry.com/images/repos/gaze.png)