Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,5 @@ | ||
# 0.1.2 / 2013-03-29 | ||
- added support for node.js 0.10 | ||
# 0.1.1 / 2013-01-28 | ||
@@ -2,0 +6,0 @@ |
@@ -19,3 +19,3 @@ // deepcopy Copyright(c) 2013 sasa+1 | ||
if (util.isDate(targetObject)) { | ||
return new Date(+targetObject); | ||
return new Date(targetObject); | ||
} | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "deepcopy", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "sasa+1 <sasaplus1@gmail.com>", | ||
@@ -14,3 +14,3 @@ "description": "deep copy module for node.js", | ||
"scripts": { | ||
"lint": "gjslint --strict --nojsdoc -r ./lib", | ||
"lint": "gjslint --strict --nojsdoc -r ./lib -r ./test", | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha" | ||
@@ -17,0 +17,0 @@ }, |
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
8645