Merge pull request #891 from getmaxun/pre-release-27
chore: pre-release v0.0.27
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "maxun",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.27",
|
||||
"author": "Maxun",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
import { convertPageToMarkdown } from "./scrape";
|
||||
|
||||
(async () => {
|
||||
const md = await convertPageToMarkdown("https://quotes.toscrape.com/");
|
||||
console.log(md);
|
||||
})();
|
||||
Reference in New Issue
Block a user