Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "rundef", | ||
"description": "Remove undefined properties from object", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"author": "Daniel Li <dan@danyll.com> (http://danyll.com/)", | ||
@@ -12,3 +12,3 @@ "bugs": { | ||
"chai": "^4.2.0", | ||
"mocha": "^5.0.0" | ||
"mocha": "^6.0.2" | ||
}, | ||
@@ -30,4 +30,4 @@ "engines": { | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha test.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
43115
8