From 6b21d1497d6720e2f6279105b07764ce349b32ce Mon Sep 17 00:00:00 2001 From: Corey Innis Date: Fri, 2 Nov 2012 03:05:07 -0700 Subject: [PATCH] version 0.3.1 --- README.md | 7 ++++--- package.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8f3dfa..a198541 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ The showdown test runner is setup to automatically test cases for extensions. T Author of Showdown * [John Gruber](http://daringfireball.net/projects/markdown/):
Author of Markdown - * Maintenance/Contributions + * Maintenance/Contributions (roughly chronologically) * [Corey Innis](http://github.com/coreyti):
GitHub project maintainer * [Remy Sharp](https://github.com/remy/):
@@ -314,7 +314,7 @@ The showdown test runner is setup to automatically test cases for extensions. T * [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):
@@ -323,4 +323,5 @@ The showdown test runner is setup to automatically test cases for extensions. T Regex optimization * [Adam Backstrom](https://github.com/abackstrom):
WebKit bugfix - + * [Pascal DeschĂȘnes](https://github.com/pdeschen):
+ Grunt support, extension fixes + additions, packaging improvements, documentation diff --git a/package.json b/package.json index 16def1d..af24c2b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "Rob Sutherland", "Pavel Lang", "Ben Combee", - "Adam Backstrom" + "Adam Backstrom", + "Pascal DeschĂȘnes" ], "repository": { "type": "git",