Skip to content

Commit

Permalink
presence: Include utils in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed May 10, 2023
1 parent df0f662 commit bc3efb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"test": "vitest -c ../../configs/vitest.config.ts",
"test:ssr": "pnpm run test --mode ssr"
},
"dependencies": {},
"dependencies": {
"@solid-primitives/utils": "workspace:^"
},
"peerDependencies": {
"solid-js": "^1.6.12"
},
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc3efb7

Please sign in to comment.