Skip to content

Commit

Permalink
use link:../core everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Oct 9, 2023
1 parent cf0ccd4 commit 8bb5adf
Show file tree
Hide file tree
Showing 4 changed files with 2,805 additions and 2,438 deletions.
2 changes: 1 addition & 1 deletion connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@apollo/client": "3.7.10",
"@perspect3vism/ad4m": "*",
"@perspect3vism/ad4m": "link:../core",
"esbuild": "^0.15.5",
"esbuild-plugin-lit": "^0.0.10",
"graphql-ws": "5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion rust-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/perspect3vism/ad4m/issues"
},
"devDependencies": {
"@perspect3vism/ad4m-executor": "*"
"@perspect3vism/ad4m-executor": "link:../core"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@apollo/client": "3.7.10",
"@junto-foundation/junto-elements": "^0.5.5",
"@perspect3vism/ad4m": "*",
"@perspect3vism/ad4m": "link:../core",
"@preact/preset-vite": "^2.4.0",
"@tauri-apps/api": "^1.4.0",
"apollo-boost": "^0.4.9",
Expand Down
Loading

0 comments on commit 8bb5adf

Please sign in to comment.