chore: use yarn workspace: protocol to resolve local packages

This commit is contained in:
Mo
2022-06-12 22:06:32 -05:00
parent 4703549a67
commit 30131089f6
8 changed files with 26 additions and 21 deletions

View File

@@ -36,7 +36,7 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@standardnotes/electron-clear-data": "1.1.1",
"@standardnotes/web": "^3.22.1",
"@standardnotes/web": "workspace:*",
"axios": "^0.27.2",
"compare-versions": "^4.1.3",
"decrypt": "github:standardnotes/decrypt#master",