Comparing version 0.1.0 to 0.2.0
@@ -37,4 +37,4 @@ (function() { | ||
opts.mappings || (opts.mappings = {}); | ||
for (key in dest) { | ||
value = dest[key]; | ||
for (key in src) { | ||
value = src[key]; | ||
if (__indexOf.call(opts.exclude, key) < 0) { | ||
@@ -41,0 +41,0 @@ (_base = opts.mappings)[key] || (_base[key] = key); |
@@ -5,3 +5,3 @@ { | ||
"description": "Configurable type/object converter. Useful for copying properties/values to and from data transfer objects and domain objects", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/nrf110/nconvert", | ||
@@ -18,4 +18,6 @@ "repository": { | ||
"devDependencies": { | ||
"jasmine-node": "~1.0.20" | ||
"mocha": "0.12.1", | ||
"should": "0.5.1", | ||
"coffee-script": "latest" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9109
3