Added deprecation notices.

This commit is contained in:
Josh Sherman 2019-09-10 10:09:50 -05:00
parent b6ad36a075
commit 2cade7ce07
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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"