Skip to content

Commit bfbd803

Browse files
committed
TEMP: demonstrate default export DO NOT MERGE
1 parent 7a50a42 commit bfbd803

File tree

6 files changed

+6477
-3
lines changed

6 files changed

+6477
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ node_modules/
88

99
output
1010
build
11-
dist
11+
dist/**/*
12+
!dist/bson.mjs
1213
.bin
1314
npm-debug.log
1415
builderror.log
@@ -22,6 +23,7 @@ lib
2223
.nyc_output/
2324
coverage/
2425
*.d.ts
26+
!bson.d.ts
2527
*.tgz
2628
docs/public
2729

0 commit comments

Comments
 (0)