whet.extend
Advanced tools
Comparing version 0.9.5 to 0.9.7
@@ -0,1 +1,5 @@ | ||
## 0.9.7 / 2012-06-21 02:54 PM | ||
- Rename extend.{ext} -> whet.extend.{ext} | ||
## 0.9.5 / 2012-05-24 07:56 PM | ||
@@ -2,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = require( './lib/extend' ); | ||
module.exports = require( './lib/whet.extend' ); |
{ | ||
"name" : "whet.extend", | ||
"version" : "0.9.5", | ||
"version" : "0.9.7", | ||
"description" : "A sharped version of port of jQuery.extend that actually works on node.js", | ||
@@ -5,0 +5,0 @@ "keywords" : [ "extend", "jQuery", "jQuery extend", "clone", "copy", "inherit" ], |
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
8437