@bramus/range
Advanced tools
Comparing version 1.1.1 to 1.1.2-beta.0
{ | ||
"name": "@bramus/range", | ||
"version": "1.1.1", | ||
"version": "1.1.2-beta.0", | ||
"description": "Create an array containing a range of elements (cfr. PHP's range)", | ||
"type": "module", | ||
"source": "src/index.js", | ||
"module": "dist/index.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"export": { | ||
".": "./dist/index.esm.js", | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"scripts": { | ||
"build": "esbuild --bundle ./src/index.js --outfile=./dist/index.js --format=esm --sourcemap --minify", | ||
"build-esm": "esbuild --bundle ./src/index.js --outfile=./dist/index.esm.js --format=esm --sourcemap --minify", | ||
"build-cjs": "esbuild --bundle ./src/index.js --outfile=./dist/index.cjs.js --format=cjs --sourcemap --minify", | ||
"build": "npm run build-esm && npm run build-cjs", | ||
"prepublish": "npm run build", | ||
@@ -11,0 +18,0 @@ "pretest": "npm run build", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10057
8
115
1