Skip to content

Commit

Permalink
chore: change core to local module
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Nov 6, 2023
1 parent 0d8cf6a commit 3e0a880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@janhq/core": "^0.1.7",
"@janhq/core": "file:../core",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
Expand Down Expand Up @@ -43,9 +43,9 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-intersection-observer": "^9.5.2",
"react-toastify": "^9.1.3",
"sass": "^1.69.4",
"tailwind-merge": "^1.14.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 3e0a880

Please sign in to comment.