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:
parent
f74570b403
commit
37344fe718
2
.github/PULL_REQUEST_TEMPLATE
vendored
2
.github/PULL_REQUEST_TEMPLATE
vendored
@ -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
|
||||||
|
|
||||||
-->
|
-->
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user