From 4107b9be71da6e58fc6de09144bab48df2e6a7f4 Mon Sep 17 00:00:00 2001 From: Gianni Chiappetta Date: Mon, 13 Feb 2017 09:42:23 -0500 Subject: [PATCH] Add @victoriafrench to contributors --- CHANGELOG.md | 2 ++ README.md | 1 + package.json | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04ef62..88ca686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Changed + * `lib` is now included in npm release to allow packagers to repackage the library +* Add @victoriafrench to *CONTRIBUTORS* ## [3.0.1] ### Added diff --git a/README.md b/README.md index 144c734..b47050a 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,7 @@ npm run lint - [**Aristide Niyungeko**](https://github.com/aristiden7o) - [**Bradley Ayers**](https://github.com/bradleyayers) - [**Ross Hadden**](https://github.com/rosshadden) (http://rosshadden.github.com/resume) +- [**Victoria French**](https://github.com/victoriafrench) ## License diff --git a/package.json b/package.json index 29d7bbe..2df6f80 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "Tymon Tobolski (http://teamon.eu)", "Aristide Niyungeko (https://github.com/aristiden7o)", "Bradley Ayers (https://github.com/bradleyayers)", - "Ross Hadden (http://rosshadden.github.com/resume)" + "Ross Hadden (http://rosshadden.github.com/resume)", + "Victoria French (https://github.com/victoriafrench)" ], "homepage": "https://github.com/gf3/moment-range", "bugs": "https://github.com/gf3/moment-range/issues",