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"