Skip to content

Commit

Permalink
Actualizo deps y saco warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoefe committed Dec 13, 2016
1 parent b2fcd86 commit b9c818d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/discrepances.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function compareArrays(a, b, opts) {
}

function compareDates(a, b) {
if(a.getTime()==b.getTime()){
if(a.getTime()===b.getTime()){
var co = compareObjects(a,b,{unordered:true});
if(co){
return {date:co.object};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "lib/discrepances.js",
"files": ["lib"],
"dependencies": {
"best-globals": "~0.7.0"
"best-globals": "~0.7.1"
},
"devDependencies": {
"body-parser": "~1.15.2",
Expand Down

0 comments on commit b9c818d

Please sign in to comment.