From 2cade7ce077b59eae9682c9ab71eaf64c413985a Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 10 Sep 2019 10:09:50 -0500 Subject: [PATCH] Added deprecation notices. --- README.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 090ed5c..c83e7ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ +# This repository has moved to [https://github.com/holidayapi/node-holidayapi](https://github.com/holidayapi/node-holidayapi) + +**The NPM package has also been renamed from `node-holidayapi` to simply `holidayapi`** + +**This repository has been archived.** + +--- + # node-holidayapi + Official Node.js library for [Holiday API](https://holidayapi.com) ## Installation diff --git a/package.json b/package.json index b398977..0414a5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-holidayapi", - "version": "1.0.2", - "description": "Official Node.js library for Holiday API", + "version": "1.0.3", + "description": "DEPRECATED -- Official Node.js library for Holiday API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"