1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Doc: use correct package names for turndown (#9882)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Max Patiiuk 2024-02-09 06:16:41 -06:00 committed by GitHub
parent f74570b403
commit 37344fe718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -20,6 +20,6 @@ If it's not related to any platform (such as a translation, change to the docume
Then please append the issue that you've addressed or fixed. Use "Resolves #123" for new features or improvements and "Fixes #123" for bug fixes. Then please append the issue that you've addressed or fixed. Use "Resolves #123" for new features or improvements and "Fixes #123" for bug fixes.
AND PLEASE READ THE GUIDE: https://github.com/laurent22/joplin/blob/dev/CONTRIBUTING.md AND PLEASE READ THE GUIDE: https://github.com/laurent22/joplin/blob/dev/readme/dev/index.md
--> -->

View File

@ -17,7 +17,7 @@ This is a fork of the original [turndown-plugin-gfm](https://github.com/domchris
npm: npm:
``` ```
npm install joplin-turndown-plugin-gfm npm install @joplin/turndown-plugin-gfm
``` ```
## Usage ## Usage

View File

@ -30,7 +30,7 @@ The `src/` folder of this fork is currently based on commit `97e4535ca76bb2e70d9
npm: npm:
``` ```
npm install joplin-turndown npm install @joplin/turndown
``` ```
Browser: Browser:

View File

@ -36,7 +36,8 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/laurent22/joplin-turndown.git" "url": "https://github.com/laurent22/joplin.git",
"directory": "packages/turndown"
}, },
"scripts": { "scripts": {
"build-all": "npm run build-cjs && npm run build-es && npm run build-umd && npm run build-iife", "build-all": "npm run build-cjs && npm run build-es && npm run build-umd && npm run build-iife",