Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
oops, stray var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
amccollum committed Jun 1, 2012
1 parent 2c9ae9a commit 3cff216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package-descriptor.js
Expand Up @@ -57,7 +57,7 @@ var overrides = {
}
}

for (var key in json) {
for (key in json) {
if (!(key in newJson)) {
newJson[key] = json[key]
}
Expand Down

0 comments on commit 3cff216

Please sign in to comment.