fix(package): Fix export path in package.json

This commit is contained in:
2025-01-24 02:06:17 +01:00
parent 2828b2eaf0
commit 0ba0a9abbb
3 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"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.",
"exports": {
".": "./dist/index.js"
".": "./dist_ts/index.js"
},
"type": "module",
"scripts": {