Skip to content

Commit

Permalink
eta: switch to peerdep
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 10, 2024
1 parent b89da98 commit 6f678b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/eta",
"version": "0.1.2",
"version": "0.1.3",
"description": "Primate Eta frontend",
"homepage": "https://primatejs.com/modules/eta",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -15,10 +15,10 @@
"directory": "packages/eta"
},
"dependencies": {
"@primate/frontend": "workspace:^",
"eta": "^3.4.1"
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"eta": "3",
"primate": "workspace:^"
},
"type": "module",
Expand Down

0 comments on commit 6f678b7

Please sign in to comment.