Skip to content

Commit

Permalink
Use local package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Oct 22, 2024
1 parent 02020de commit a06a580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion unity-tests~/client/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.clockworklabs.spacetimedbsdk": "https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk.git#jeremie-one-off-query-decoupled-from-table",
"com.clockworklabs.spacetimedbsdk": "file:../../../",
"com.unity.collab-proxy": "2.3.1",
"com.unity.feature.2d": "2.0.1",
"com.unity.ide.rider": "3.0.28",
Expand Down
7 changes: 3 additions & 4 deletions unity-tests~/client/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"dependencies": {
"com.clockworklabs.spacetimedbsdk": {
"version": "https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk.git#jeremie-one-off-query-decoupled-from-table",
"version": "file:../../../",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "6a5b68251bb29432ad3f34261ed285026e766b3c"
"source": "local",
"dependencies": {}
},
"com.unity.2d.animation": {
"version": "9.1.1",
Expand Down

0 comments on commit a06a580

Please sign in to comment.