Skip to content

Commit

Permalink
fixed pkg.json#imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 2, 2024
1 parent 810f9b7 commit e253393
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
},
"imports": {
"#is-development": {
"development": "./src/conditions/true.js",
"default": "./src/conditions/false.js"
"development": "./src/conditions/true.tsx",
"default": "./src/conditions/false.tsx"
},
"#is-browser": {
"edge-light": "./src/conditions/false.js",
"workerd": "./src/conditions/false.js",
"worker": "./src/conditions/false.js",
"browser": "./src/conditions/true.js",
"default": "./src/conditions/is-browser.js"
"edge-light": "./src/conditions/false.tsx",
"workerd": "./src/conditions/false.tsx",
"worker": "./src/conditions/false.tsx",
"browser": "./src/conditions/true.tsx",
"default": "./src/conditions/is-browser.tsx"
}
},
"license": "MIT",
Expand Down

0 comments on commit e253393

Please sign in to comment.