fix(package): Fix export path in package.json
This commit is contained in:
parent
2828b2eaf0
commit
0ba0a9abbb
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-24 - 2.2.2 - fix(package)
|
||||||
|
Fix export path in package.json
|
||||||
|
|
||||||
|
- Corrected the export path from './dist/index.js' to './dist_ts/index.js' in package.json
|
||||||
|
|
||||||
## 2025-01-24 - 2.2.1 - fix(documentation)
|
## 2025-01-24 - 2.2.1 - fix(documentation)
|
||||||
Remove unnecessary markdown syntax from the README.
|
Remove unnecessary markdown syntax from the README.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"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": {
|
||||||
".": "./dist/index.js"
|
".": "./dist_ts/index.js"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartfm',
|
name: '@push.rocks/smartfm',
|
||||||
version: '2.2.1',
|
version: '2.2.2',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user