diff --git a/README.md b/README.md index e647453..577af56 100644 --- a/README.md +++ b/README.md @@ -298,11 +298,13 @@ Credits Author of Showdown * [John Gruber](http://daringfireball.net/projects/markdown/):
Author of Markdown - * Maintenance + * Maintenance/Contributions * [Corey Innis](http://github.com/coreyti):
GitHub project maintainer - * [Remy Sharp](http://remysharp.com/):
+ * [Remy Sharp](https://github.com/remy/):
CommonJS-compatibility and more + * [Konstantin Käfer](https://github.com/kkaefer/):
+ CommonJS packaging * [Roger Braun](https://github.com/rogerbraun):
Github-style code blocks * [Dominic Tarr](https://github.com/dominictarr):
@@ -310,5 +312,11 @@ Credits * [Cat Chen](https://github.com/CatChen):
Export fix * [Titus Stone](https://github.com/tstone):
- Mocha tests, **extension mechanism**, and bug fixes + **Mocha tests**, **extension mechanism**, and bug fixes + * [Rob Sutherland](https://github.com/roberocity):
+ The idea that lead to extensions + * [Pavel Lang](https://github.com/langpavel):
+ Code cleanup + * [Ben Combee](https://github.com/unwiredben):
+ Regex optimization diff --git a/package.json b/package.json index 0f8da22..21a5b1f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ "Roger Braun", "Dominic Tarr", "Cat Chen", - "Titus Stone" + "Titus Stone", + "Rob Sutherland", + "Pavel Lang", + "Ben Combee" ], "repository": { "type": "git",