Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Apr 2, 2013
1 parent 5e92393 commit d0d37fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
8 changes: 7 additions & 1 deletion 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
Expand All @@ -12,4 +18,4 @@

## 0.0.1 / 2012-01-10

- Initial release
- Initial release
8 changes: 7 additions & 1 deletion Readme.md
Expand Up @@ -16,8 +16,14 @@ Checkout the doc from [jQuery](http://api.jquery.com/jQuery.extend/)



## Credit

- Jordan Harband <https://twitter.com/ljharb>



## License

Copyright 2011, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
http://jquery.org/license
http://jquery.org/license
5 changes: 4 additions & 1 deletion 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 <ben@dreamerslab.com>",
Expand All @@ -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"
Expand Down

0 comments on commit d0d37fc

Please sign in to comment.