1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Tools: Renamed package namespace from @joplinapp to @joplin

This commit is contained in:
Laurent Cozic
2020-11-07 15:59:37 +00:00
parent f950e9b03f
commit 04bfbec96b
330 changed files with 1284 additions and 1284 deletions

View File

@@ -62,7 +62,7 @@ function enexXmlToHtml_(stream, resources) {
return new Promise((resolve) => {
const options = {};
const strict = false;
const saxStream = require('@joplinapp/fork-sax').createStream(strict, options);
const saxStream = require('@joplin/fork-sax').createStream(strict, options);
const section = {
type: 'text',