Skip to content

Commit

Permalink
Merge pull request #391 from extractus/8.0.10
Browse files Browse the repository at this point in the history
v8.0.10
  • Loading branch information
ndaidong authored May 7, 2024
2 parents 5b0d741 + 17c3bb3 commit 4f0e78d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.9",
"version": "8.0.10",
"name": "@extractus/article-extractor",
"description": "To extract main article from given URL",
"homepage": "https://github.com/extractus/article-extractor",
Expand All @@ -11,8 +11,7 @@
"main": "./src/main.js",
"type": "module",
"imports": {
"cross-fetch": "./src/deno/cross-fetch.js",
"linkedom": "https://deno.land/x/[email protected]/deno-dom-wasm.ts"
"cross-fetch": "./src/deno/cross-fetch.js"
},
"browser": {
"cross-fetch": "./src/deno/cross-fetch.js",
Expand Down

0 comments on commit 4f0e78d

Please sign in to comment.