fractional-indexing-jittered
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "fractional-indexing-jittered", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Fractional index library with jittering and generator", | ||
"type": "module", | ||
"main": "lib/cjs/index.js", | ||
"main": "lib/cjs/index.cjs", | ||
"homepage": "https://github.com/TMeerhof/fractional-indexing-jittered", | ||
@@ -16,3 +16,3 @@ "repository": { | ||
"build:esm": "tsc -p ./tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs", | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json", | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json && mv lib/cjs/index.js lib/cjs/index.cjs", | ||
"prepack": "npm run build", | ||
@@ -25,3 +25,3 @@ "test": "jest", | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.js" | ||
"require": "./lib/cjs/index.cjs" | ||
} | ||
@@ -28,0 +28,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
106032