Skip to content

Commit

Permalink
Remove relative linking for puzzlehq/sdk-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandgon committed May 31, 2024
1 parent cd62000 commit 107801e
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 171 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@puzzlehq/sdk",
"displayName": "Puzzle React SDK",
"version": "0.4.0",
"version": "0.4.1",
"description": "Your portal to privacy",
"main": "./dist/puzzle.cjs.js",
"module": "./dist/puzzle.es.js",
Expand All @@ -23,7 +23,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@puzzlehq/sdk-core": "../core",
"@puzzlehq/sdk-core": "0.4.0",
"@puzzlehq/types": "1.0.21",
"@tanstack/react-query": "^4.29.5",
"@trpc/server": "^10.31.0",
Expand Down
Loading

0 comments on commit 107801e

Please sign in to comment.