diff --git a/maxun-core/package.json b/maxun-core/package.json index a999f25b..5506f360 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.26", + "version": "0.0.27", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", diff --git a/package.json b/package.json index 40557143..9e0ff53d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.26", + "version": "0.0.27", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/server/src/markdownify/test.ts b/server/src/markdownify/test.ts deleted file mode 100644 index 48db37dc..00000000 --- a/server/src/markdownify/test.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { convertPageToMarkdown } from "./scrape"; - -(async () => { - const md = await convertPageToMarkdown("https://quotes.toscrape.com/"); - console.log(md); -})();