Skip to content

Commit 246570e

Browse files
authored
chore: update package exports (#172)
1 parent c499adf commit 246570e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
},
2525
"exports": {
2626
".": "./configuration/basic.json",
27-
"./basic": "./configuration/basic.json",
28-
"./qwik": "./configuration/qwik.json",
29-
"./react": "./configuration/react.json",
30-
"./remix": "./configuration/remix.json",
31-
"./vue": "./configuration/vue.json"
27+
"./*": "./configuration/*.json"
3228
},
3329
"files": [
3430
"./configuration/"

0 commit comments

Comments
 (0)