Comparing version 0.0.2 to 0.1.0
@@ -18,3 +18,3 @@ var extend = function(object, methodName, method) { | ||
extend(Object, "merge", function(object) { | ||
extend(Object, "join", function(object) { | ||
var objectA = object | ||
@@ -21,0 +21,0 @@ , objectB = this |
@@ -5,3 +5,3 @@ { | ||
"author": "Adam Blackburn <adam@ifit.com>", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "keywords": ["goodies", "merge", "unique", "unixtime"], |
@@ -9,3 +9,3 @@ # Goodies | ||
### `Object.merge(object)` | ||
### `Object.join(object)` | ||
@@ -12,0 +12,0 @@ Returns a new object that is created from the calling object, and the |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3585