array-order
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "array-order", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"main": "./index.js", | ||
"description": "sort an array in-place to a preset order", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
import {sort} from 'array-order' | ||
import {sort} from '../index.js' | ||
@@ -3,0 +3,0 @@ function isinc(arr) { |
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
7297