-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5e7fed
commit f65e92d
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
"version": "1.0.0", | ||
"description": "Tabletomd attempts to convert local or remote HTML tables into Markdown Table with a very low footprint.", | ||
"homepage": "https://github.com/yyz945947732/tabletomd", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"example": "node example/index", | ||
|
@@ -13,9 +12,6 @@ | |
"build": "tsup --config tsup.config.ts", | ||
"test:cov": "vitest run --coverage" | ||
}, | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
}, | ||
"type": "module", | ||
"author": "yyz945947732 <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters