Skip to content

Commit 58cd1ca

Browse files
committed
fix: adapter-core uses file:../core workspace path
1 parent 8852a56 commit 58cd1ca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@relayfile/sdk": "^0.1.5"
2626
},
2727
"dependencies": {
28-
"@relayfile/adapter-core": "0.1.0"
28+
"@relayfile/adapter-core": "file:../core"
2929
},
3030
"devDependencies": {
3131
"@relayfile/sdk": "^0.1.5",

0 commit comments

Comments
 (0)