From 80898395f8ae12f5162bc34c1b99ea1f30ad16cc Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 12 Feb 2016 23:04:37 -0800 Subject: [PATCH] update list of most prolific maintainers. update changelog --- CHANGELOG.md | 5 +++++ package.json | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58653679b..d4fe93f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Change Log +### Upcoming + +- [#164](https://github.com/bcoe/nyc/pull/164) coverage tracking now uses absolute paths, awesome \o/ (@novemberborn) +- [#163](https://github.com/bcoe/nyc/pull/163) support for extensions other than .js (@lloydcotten) + ### v5.6.0 (2016/02/03 +7:00) - [#159](https://github.com/bcoe/nyc/pull/159) skip should continue working with source-maps (@novemberborn) diff --git a/package.json b/package.json index 03a94d820..11f1a89b6 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,12 @@ "website": "https://github.com/isaacs" }, { - "name": "Ollie Buck", - "website": "https://github.com/shackpank" + "name": "Mark Wubben", + "website": "https://novemberborn.net" + }, + { + "name": "James Talmage", + "website": "https://twitter.com/jamestalmage" } ], "author": "Ben Coe ",