We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96c87c commit 9f517ffCopy full SHA for 9f517ff
.changeset/slimy-insects-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+'node-conditions': patch
3
4
+
5
+remove exports of true and false files
packages/node-conditions/package.json
@@ -35,22 +35,6 @@
35
"import": "./index.mjs",
36
"require": "./index.cjs"
37
},
38
- "./true.mjs": {
39
- "import": "./true.mjs",
40
- "require": "./true.cjs"
41
- },
42
- "./false.mjs": {
43
- "import": "./false.mjs",
44
45
46
- "./true.cjs": {
47
- "require": "./true.cjs",
48
- "import": "./true.mjs"
49
50
- "./false.cjs": {
51
- "require": "./false.cjs",
52
- "import": "./false.mjs"
53
54
"./astro": {
55
"import": {
56
"astro": "./true.mjs",
0 commit comments