Skip to content

Commit 5268749

Browse files
committed
remove the other export-mapping bit as well
With the wildcard export map gone, we can't import any types except the base types. Let's remove both.
1 parent af82a58 commit 5268749

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/macos/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,5 @@
4949
},
5050
"devDependencies": {
5151
"rimraf": "^6.0.0"
52-
},
53-
"exports": {
54-
".": {
55-
"types": "./index.d.ts",
56-
"default": "./index.js"
57-
}
5852
}
5953
}

0 commit comments

Comments
 (0)