From d0d37fcfb06b5400a8ee93e59b874711b6b8a66d Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Apr 2013 11:54:23 +0800 Subject: [PATCH] v1.0.1 --- History.md | 8 +++++++- Readme.md | 8 +++++++- package.json | 5 ++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 295d177..633fb93 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 1.0.1 / 2013-04-02 + + - Fix tests + + + ## 1.0.0 / 2012-02-28 - Add tests for the stable release @@ -12,4 +18,4 @@ ## 0.0.1 / 2012-01-10 - - Initial release \ No newline at end of file + - Initial release diff --git a/Readme.md b/Readme.md index 2dc3dd4..426d4c3 100644 --- a/Readme.md +++ b/Readme.md @@ -16,8 +16,14 @@ Checkout the doc from [jQuery](http://api.jquery.com/jQuery.extend/) +## Credit + +- Jordan Harband + + + ## License Copyright 2011, John Resig Dual licensed under the MIT or GPL Version 2 licenses. -http://jquery.org/license \ No newline at end of file +http://jquery.org/license diff --git a/package.json b/package.json index a494c4e..be09850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node.extend", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "A port of jQuery.extend that actually works on node.js", "keywords" : [ "extend", "jQuery", "jQuery extend", "clone", "copy", "inherit" ], "author" : "dreamerslab ", @@ -12,6 +12,9 @@ "type": "git", "url" : "https://github.com/dreamerslab/node.extend.git" }, + "contributors": [ + { "name": "Jordan Harband", "twitter": "https://twitter.com/ljharb" }, + ], "main" : "index", "scripts" : { "test" : "node test/run.js"