@csstools/css-parser-algorithms
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
# Changes to CSS Parser Algorithms | ||
### 2.0.1 (January 28, 2023) | ||
- Improve `types` declaration in `package.json` | ||
### 2.0.0 (January 19, 2023) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@csstools/css-parser-algorithms", | ||
"description": "Algorithms to help you parse CSS from an array of tokens.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"contributors": [ | ||
@@ -29,2 +29,3 @@ { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -31,0 +32,0 @@ "require": "./dist/index.cjs", |
29825
0.5%