You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Tools: Renamed package namespace from @joplinapp to @joplin
This commit is contained in:
@ -47,7 +47,7 @@ module.exports = function() {
|
||||
convertJsx(`${__dirname}/../gui/NoteList`);
|
||||
convertJsx(`${__dirname}/../plugins`);
|
||||
|
||||
// TODO: should get from node_modules @joplinapp/lib
|
||||
// TODO: should get from node_modules @joplin/lib
|
||||
const libContent = [
|
||||
fs.readFileSync(`${basePath}/packages/lib/string-utils-common.js`, 'utf8'),
|
||||
fs.readFileSync(`${basePath}/packages/lib/markJsUtils.js`, 'utf8'),
|
||||
|
Reference in New Issue
Block a user