@csstools/cascade-layer-name-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,9 @@ | ||
# Changes to Cascade Layer Name Parser | ||
### 1.0.1 (January 28, 2023) | ||
- Improve `types` declaration in `package.json` | ||
### 1.0.0 (January 19, 2023) | ||
- Initial version |
{ | ||
"name": "@csstools/cascade-layer-name-parser", | ||
"description": "Parse CSS Cascade Layer names.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"contributors": [ | ||
@@ -29,2 +29,3 @@ { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -31,0 +32,0 @@ "require": "./dist/index.cjs", |
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
12914