Skip to content

Commit

Permalink
remove private from core workspace & remove link from connect to core
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Oct 20, 2023
1 parent 20c18b2 commit 113559c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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": "link:../core",
"@perspect3vism/ad4m": "*",
"esbuild": "^0.15.5",
"esbuild-plugin-lit": "^0.0.10",
"graphql-ws": "5.12.0",
Expand Down
1 change: 0 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "lib/index.js",
"types": "lib/src/index.d.ts",
"type": "module",
"private": true,
"scripts": {
"build": "patch-package && tsc && yarn run buildSchema && yarn run bundle",
"buildSchema": "node --es-module-specifier-resolution=node lib/src/buildSchema.js",
Expand Down

0 comments on commit 113559c

Please sign in to comment.