fix(package): Fix export path in package.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user