Skip to content

Commit

Permalink
chore(NODE-5057): add compass:exports fields to package.json (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Feb 9, 2023
1 parent c095034 commit 6ef1000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
"react-native": "./lib/bson.cjs",
"browser": "./lib/bson.mjs"
},
"compass:exports": {
"import": "./lib/bson.cjs",
"require": "./lib/bson.cjs"
},
"engines": {
"node": ">=14.20.1"
},
Expand Down

0 comments on commit 6ef1000

Please sign in to comment.