Browse Source

Update dependency declaration

Use link for defining core SDK dependency.
master
TheoryOfNekomata 1 year ago
parent
commit
7c9573a96c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@@ -93,6 +93,6 @@
"fetch-ponyfill": "^7.1.0", "fetch-ponyfill": "^7.1.0",
"wrap-ansi": "^8.0.1", "wrap-ansi": "^8.0.1",
"yargs": "^17.4.1", "yargs": "^17.4.1",
"@modal-sh/oblique-strategies-core": "file:../core"
"@modal-sh/oblique-strategies-core": "link:../core"
} }
} }

Loading…
Cancel
Save