Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "fast-sort", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Fast easy to use and flexible sorting with TypeScript support", | ||
@@ -19,3 +19,4 @@ "author": "Stefan Novakovic <stefan.novakovich@gmail.com>", | ||
"require": "./dist/sort.cjs.js", | ||
"import": "./dist/sort.mjs" | ||
"import": "./dist/sort.mjs", | ||
"types": "dist/sort.d.ts" | ||
} | ||
@@ -22,0 +23,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33854