mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
common: add @notesnook/core dep
This commit is contained in:
committed by
Abdullah Atta
parent
fb616a246e
commit
561d7a8bbc
@@ -28,6 +28,7 @@ const SCOPES = [
|
||||
"docs",
|
||||
"refactor",
|
||||
"misc",
|
||||
"common",
|
||||
"global"
|
||||
];
|
||||
|
||||
|
||||
@@ -36,8 +36,10 @@
|
||||
"@types/react": "18.2.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@notesnook/core": "*",
|
||||
"timeago.js": "4.0.2",
|
||||
"react": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@notesnook/core": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user