Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit aaec6f7

Browse files
committed
bump version, return meta tags
1 parent c0aee04 commit aaec6f7

3 files changed

Lines changed: 4 additions & 60 deletions

File tree

package-lock.json

Lines changed: 2 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defuddle-cli",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Command line interface for Defuddle - extract article content from web pages",
55
"main": "dist/index.js",
66
"bin": {
@@ -21,7 +21,6 @@
2121
"dependencies": {
2222
"chalk": "^5.3.0",
2323
"commander": "^12.0.0",
24-
"defuddle": "^0.6.3",
2524
"jsdom": "^24.0.0"
2625
},
2726
"devDependencies": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ program
8787
domain: result.domain,
8888
favicon: result.favicon,
8989
image: result.image,
90+
metaTags: result.metaTags,
9091
parseTime: result.parseTime,
9192
published: result.published,
9293
author: result.author,

0 commit comments

Comments
 (0)