deep-match2
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
declare module 'deep-match' { | ||
declare module 'deep-match2' { | ||
export type DeepMatchOpts = { | ||
@@ -3,0 +3,0 @@ arrayOrderMatters?: boolean; |
{ | ||
"name": "deep-match2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if two values deeply match (optionally with arrayOrderMatters)", | ||
@@ -20,3 +20,3 @@ "author": "Wojciech Fiderek", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "npm run lint && mocha", | ||
"lint": "eslint **/*.js" | ||
@@ -23,0 +23,0 @@ }, |
5728
-56.42%4
-50%49
-74.87%