use-string-diff
Advanced tools
Comparing version 1.0.0 to 1.2.0
{ | ||
"name": "use-string-diff", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"description": "custom react hook to get the difference between two strings", | ||
@@ -49,2 +49,5 @@ "source": "src/index.ts", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
@@ -51,0 +54,0 @@ "access": "public" |
3554
8
13