global: get rid of lerna

This commit is contained in:
Abdullah Atta
2023-07-06 09:09:10 +05:00
committed by Abdullah Atta
parent 6fff30bd89
commit 72a25dcf34
35 changed files with 4006 additions and 11265 deletions

View File

@@ -30,10 +30,10 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.0",
"@notesnook/core": "*",
"@notesnook/editor": "*",
"@notesnook/editor-mobile": "*",
"@notesnook/logger": "*",
"@notesnook/common": "*"
"@notesnook/core": "file:../../packages/core",
"@notesnook/editor": "file:../../packages/editor",
"@notesnook/editor-mobile": "file:../../packages/editor-mobile",
"@notesnook/logger": "file:../../packages/logger",
"@notesnook/common": "file:../../packages/common"
}
}
}