Skip to content

Commit

Permalink
fix types export (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman authored and bartveneman committed Apr 16, 2024
1 parent 7020589 commit 78d277d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@projectwallace/css-code-quality",
"description": "Calculate the Code Quality score of your CSS based on a range of different quality guards",
"version": "1.0.0",
"version": "1.0.1",
"repository": "[email protected]:projectwallace/css-code-quality.git",
"author": {
"email": "[email protected]",
Expand All @@ -28,7 +28,8 @@
"exports": {
".": {
"import": "./dist/css-code-quality.modern.js",
"require": "./dist/css-code-quality.cjs"
"require": "./dist/css-code-quality.cjs",
"types": "./dist/index.d.ts"
},
"./core": {
"import": "./src/core.js"
Expand Down

0 comments on commit 78d277d

Please sign in to comment.