sort-unwind
Advanced tools
{ | ||
"name": "sort-unwind", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Sorts an array and then unwinds that sort on another array", | ||
@@ -9,3 +9,12 @@ "author": "Philihp Busby <philihp@gmail.com>", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -21,2 +30,3 @@ "build": "tsup", | ||
"/dist/", | ||
"package.json", | ||
"!/dist/**/__tests__/*.js" | ||
@@ -23,0 +33,0 @@ ], |
10539
2.21%