From 8c94c5b134d5d1e2eb6d76e6978c6509f0c6c1cd Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 9 Sep 2019 22:54:45 -0500 Subject: [PATCH] chore: fixed a few more places --- README.md | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38be4de..ef96de2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Official Node.js library for [Holiday API](https://holidayapi.com) [![License](https://img.shields.io/npm/l/node-holidayapi?style=for-the-badge)](https://github.com/holidayapi/node-holidayapi/blob/master/LICENSE) -![Node Version](https://img.shields.io/node/v/node-holidayapi?style=for-the-badge) +![Node Version](https://img.shields.io/node/v/holidayapi?style=for-the-badge) ![Build Status](https://img.shields.io/travis/holidayapi/node-holidayapi/master?style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/holidayapi/node-holidayapi/master?style=for-the-badge)](https://coveralls.io/github/holidayapi/node-holidayapi?branch=master) diff --git a/package-lock.json b/package-lock.json index d3c6dc5..6d668bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "node-holidayapi", + "name": "holidayapi", "version": "2.0.0", "lockfileVersion": 1, "requires": true,