@haroonwaves/blog-kit-core 2.0.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @haroonwaves/blog-kit-core
|
|
2
2
|
|
|
3
|
-
Core utilities for parsing markdown
|
|
4
|
-
time, and manage
|
|
3
|
+
Core utilities for parsing markdown files with frontmatter. Extract metadata, calculate reading
|
|
4
|
+
time, and manage content in Node and React applications.
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@ For complete documentation, API reference, and examples, please visit the
|
|
|
26
26
|
## Related Packages
|
|
27
27
|
|
|
28
28
|
- [@haroonwaves/blog-kit-react](https://www.npmjs.com/package/@haroonwaves/blog-kit-react) - React
|
|
29
|
-
components for rendering
|
|
29
|
+
components for rendering content
|
|
30
30
|
|
|
31
31
|
## License
|
|
32
32
|
|