Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Jun 20, 2024
1 parent 3ab9a43 commit fa5f6b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 36 deletions.
24 changes: 6 additions & 18 deletions packages/wouter-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter-preact",
"version": "3.2.0",
"version": "3.2.1",
"description": "Minimalist-friendly ~1.5KB router for Preact",
"type": "module",
"keywords": [
Expand All @@ -12,11 +12,7 @@
"hooks",
"useLocation"
],
"files": [
"esm",
"types/**/*.d.ts",
"types/*.d.ts"
],
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
"main": "esm/index.js",
"exports": {
".": {
Expand All @@ -39,18 +35,10 @@
"types": "types/index.d.ts",
"typesVersions": {
">=4.1": {
"types/index.d.ts": [
"types/index.d.ts"
],
"use-browser-location": [
"types/use-browser-location.d.ts"
],
"use-hash-location": [
"types/use-hash-location.d.ts"
],
"memory-location": [
"types/memory-location.d.ts"
]
"types/index.d.ts": ["types/index.d.ts"],
"use-browser-location": ["types/use-browser-location.d.ts"],
"use-hash-location": ["types/use-hash-location.d.ts"],
"memory-location": ["types/memory-location.d.ts"]
}
},
"scripts": {
Expand Down
24 changes: 6 additions & 18 deletions packages/wouter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wouter",
"version": "3.2.0",
"version": "3.2.1",
"description": "Minimalist-friendly ~1.5KB router for React",
"type": "module",
"keywords": [
Expand All @@ -12,11 +12,7 @@
"hooks",
"useLocation"
],
"files": [
"esm",
"types/**/*.d.ts",
"types/*.d.ts"
],
"files": ["esm", "types/**/*.d.ts", "types/*.d.ts"],
"main": "esm/index.js",
"exports": {
".": {
Expand All @@ -39,18 +35,10 @@
"types": "types/index.d.ts",
"typesVersions": {
">=4.1": {
"types/index.d.ts": [
"types/index.d.ts"
],
"use-browser-location": [
"types/use-browser-location.d.ts"
],
"use-hash-location": [
"types/use-hash-location.d.ts"
],
"memory-location": [
"types/memory-location.d.ts"
]
"types/index.d.ts": ["types/index.d.ts"],
"use-browser-location": ["types/use-browser-location.d.ts"],
"use-hash-location": ["types/use-hash-location.d.ts"],
"memory-location": ["types/memory-location.d.ts"]
}
},
"scripts": {
Expand Down

0 comments on commit fa5f6b1

Please sign in to comment.