From 07a4563abf986a0e6470f4b2b1ae784d9017e4c9 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Sat, 20 Aug 2016 11:31:20 -0400 Subject: [PATCH] chore(node): added note that node v0.12 support dropped --- .travis.yml | 1 - README.md | 3 +++ docs/README.tmpl.md | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bfc186..9419a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ notifications: node_js: - '6' - '4' - - '0.12' before_script: - npm prune script: diff --git a/README.md b/README.md index 76a39be..962ff96 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ +**Note** I no longer maintain Node 0.12 compatibility. Please switch to +Node 4. + [![asciicast](https://asciinema.org/a/21645.png)](https://asciinema.org/a/21645) Also check out: diff --git a/docs/README.tmpl.md b/docs/README.tmpl.md index 27d66f9..296a4f0 100644 --- a/docs/README.tmpl.md +++ b/docs/README.tmpl.md @@ -4,6 +4,9 @@ {%= _.doc("./docs/badges.md") %} +**Note** I no longer maintain Node 0.12 compatibility. Please switch to +Node 4. + [![asciicast](https://asciinema.org/a/21645.png)](https://asciinema.org/a/21645) {%= _.doc("./docs/use.md") %}