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
|
# node-holidayapi
|
||||||
|
|
||||||
Official Node.js library for [Holiday API](https://holidayapi.com)
|
Official Node.js library for [Holiday API](https://holidayapi.com)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "node-holidayapi",
|
"name": "node-holidayapi",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Official Node.js library for Holiday API",
|
"description": "DEPRECATED -- Official Node.js library for Holiday API",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Reference in a new issue