chore: rename url2text to reader

This commit is contained in:
Han Xiao 2024-04-11 15:44:12 -07:00
parent c1743db305
commit 2dc0850c8c
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Url2Text # reader
## Development Guide ## Development Guide
@ -12,7 +12,7 @@
Clone the scenex repo by running the command: Clone the scenex repo by running the command:
```bash ```bash
git clone git@github.com:jina-ai/url2text.git git clone git@github.com:jina-ai/reader.git
git submodule init git submodule init
git submodule update git submodule update
``` ```

View File

@ -1,5 +1,5 @@
{ {
"name": "url2text", "name": "reader",
"scripts": { "scripts": {
"lint": "eslint --ext .js,.ts .", "lint": "eslint --ext .js,.ts .",
"build": "tsc -p .", "build": "tsc -p .",

View File

@ -28,7 +28,7 @@ Object.assign(exports, registry.exportGrouped({
memory: '4GiB', memory: '4GiB',
timeoutSeconds: 540, timeoutSeconds: 540,
})); }));
registry.title = 'url2text'; registry.title = 'reader';
registry.version = '0.1.0'; registry.version = '0.1.0';
process.on('unhandledRejection', () => 'no big deal'); process.on('unhandledRejection', () => 'no big deal');

View File

@ -1,5 +1,5 @@
{ {
"name": "url2text", "name": "reader",
"version": "1.0.0", "version": "1.0.0",
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)", "description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
"main": "index.js", "main": "index.js",