@wojtekmaj/date-utils
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@wojtekmaj/date-utils", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A collection of date-related utilities.", | ||
@@ -18,3 +18,3 @@ "type": "module", | ||
"build-esm": "tsc --project tsconfig.build.json --outDir dist/esm --module esnext", | ||
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs", | ||
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs && echo '{\n \"type\": \"commonjs\"\n}' > dist/cjs/package.json", | ||
"clean": "rimraf dist", | ||
@@ -21,0 +21,0 @@ "lint": "eslint .", |
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
114865
10