This commit is contained in:
Philipp Kunz 2025-01-24 02:03:07 +01:00
parent 4c6e1e9c47
commit 6f9ac1cb99

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartfm", "name": "@push.rocks/smartfm",
"version": "2.1.0", "version": "2.1.1",
"private": false, "private": false,
"description": "A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.", "description": "A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.",
"exports": { "exports": {
@ -59,4 +59,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }