1
0
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:
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

@ -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'),