center-center
Advanced tools
Comparing version 0.0.35 to 0.0.36
{ | ||
"name": "center-center", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "Position an element at the center center of a container", | ||
@@ -20,4 +20,4 @@ "main": "./index.mjs", | ||
"lint": "run-s lint:mjs lint:mts", | ||
"lint:mjs": "cross-env NODE_ENV=production eslint . --ext .mjs,.cjs", | ||
"lint:mts": "cross-env NODE_ENV=production eslint . --ext .mts,.cts", | ||
"lint:mjs": "eslint . --ext .mjs,.cjs", | ||
"lint:mts": "eslint . --ext .mts,.cts", | ||
"lint:fix": "run-s lint:mjs:fix lint:mts:fix", | ||
@@ -24,0 +24,0 @@ "lint:mjs:fix": "npm run lint:mjs -- --fix", |
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
1150219