From 98eb783a80da6ef103ef004065e2b6d82eb334e6 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Mon, 6 May 2019 13:27:52 -0400 Subject: [PATCH] chore: update LTS status (#1734) --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b299a210..06e979d9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN | ---------- | --------------- | --------- | -------------------- | | 4.x | Current | Oct 2018 | Apr 2021 _(minimum)_ | | 3.x | Active LTS | Dec 2016 | Dec 2019 | -| 2.x | Maintenance LTS | Jul 2014 | Apr 2019 | +| 2.x | End-of-Life | Jul 2014 | Apr 2019 | Learn more about our LTS plan in the [LoopBack documentation](http://loopback.io/doc/en/contrib/Long-term-support.html). diff --git a/package.json b/package.json index 36ce4378..94932013 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "Juggler", "ORM" ], + "author": "IBM Corp.", "engines": { "node": ">=8" },