mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
test(repo): execute packed subpaths
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["browser"]
|
||||
},
|
||||
"./tailwind-preset": {
|
||||
"source": "./src/styles/tailwind-preset.ts",
|
||||
"runtime": "./dist/styles/tailwind-preset.js",
|
||||
"types": "./dist/styles/tailwind-preset.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./package.json": {
|
||||
"source": "./package.json",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"browser": "./src/index.ts",
|
||||
"bun": "./src/index.ts",
|
||||
"import": "./src/index.ts",
|
||||
"types": "./src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user