Added deprecation notices.
This commit is contained in:
parent
b6ad36a075
commit
2cade7ce07
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue