Skip to content

Commit

Permalink
Fix default exports and types
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasWorker committed Feb 6, 2024
1 parent a7468c8 commit 95febd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
19 changes: 8 additions & 11 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"access": "public"
},
"peerDependencies": {
"atomico": "^1.68.0",
"@uppercod/exp-route": "^1.3.0",
"@atomico/channel": "^0.0.1",
"dollars.js": "^0.6.2",
"@lit/reactive-element": "^1.0.2",
"@uppercod/exp-route": "^1.4.1",
"@uppercod/form-tools": "^0.0.0",
"@uppercod/hash": "^1.1.1",
"@uppercod/match-media": "^1.1.0",
"@uppercod/hash": "^1.1.1"
"atomico": "^1.68.0",
"dollars.js": "^0.6.2"
},
"peerDependenciesMeta": {
"@lit/reactive-element": {
Expand All @@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@atomico/exports": "^1.12.0",
"@atomico/exports": "^1.13.2",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/chai": "^4.2.21",
"@web/test-runner": "^0.13.16",
Expand Down

0 comments on commit 95febd4

Please sign in to comment.