Compare commits
2 Commits
@portaljs/
...
@portaljs/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6aeadd71de | ||
|
|
affca05058 |
@@ -1,5 +1,11 @@
|
|||||||
# @portaljs/remark-callouts
|
# @portaljs/remark-callouts
|
||||||
|
|
||||||
|
## 1.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [`affca05`](https://github.com/datopian/portaljs/commit/affca0505851a87a4295045b60a78926d34eef78) Thanks [@olayway](https://github.com/olayway)! - Fix: incorrect path to styles.css in package.json exports field.
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@portaljs/remark-callouts",
|
"name": "@portaljs/remark-callouts",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Remark plugin to add support for blockquote-based admonitions/callouts",
|
"description": "Remark plugin to add support for blockquote-based admonitions/callouts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -42,6 +42,6 @@
|
|||||||
"import": "./dist/index.js",
|
"import": "./dist/index.js",
|
||||||
"require": "./dist/index.cjs"
|
"require": "./dist/index.cjs"
|
||||||
},
|
},
|
||||||
"./styles.css": "./styles.css"
|
"./styles.css": "./dist/styles.css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user