[remark-callouts/package.json][xs]: fix export path

This commit is contained in:
olayway 2023-06-09 00:12:03 +02:00
parent f54d238795
commit affca05058
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@portaljs/remark-callouts': patch
---
Fix: incorrect path to styles.css in package.json exports field.

View File

@ -42,6 +42,6 @@
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./styles.css": "./styles.css"
"./styles.css": "./dist/styles.css"
}
}