[remark-callouts/package.json][xs]: fix export path
This commit is contained in:
parent
f54d238795
commit
affca05058
5
.changeset/poor-pots-look.md
Normal file
5
.changeset/poor-pots-look.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@portaljs/remark-callouts': patch
|
||||
---
|
||||
|
||||
Fix: incorrect path to styles.css in package.json exports field.
|
||||
@ -42,6 +42,6 @@
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"./styles.css": "./styles.css"
|
||||
"./styles.css": "./dist/styles.css"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user