Comparing version 3.3.1 to 3.3.2
{ | ||
"name": "fast-sort", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Fast easy to use and flexible sorting with TypeScript support", | ||
@@ -20,3 +20,3 @@ "author": "Stefan Novakovic <stefan.novakovich@gmail.com>", | ||
"import": "./dist/sort.mjs", | ||
"types": "dist/sort.d.ts" | ||
"types": "./dist/sort.d.ts" | ||
} | ||
@@ -23,0 +23,0 @@ }, |
33856