You've already forked joplin
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user