Skip to content

Commit dde2d2d

Browse files
update workspaces
1 parent 920cd9f commit dde2d2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "dbx-js-tools",
33
"private": true,
44
"workspaces": [
5-
"packages/bson-bench"
5+
"packages/bson-bench",
6+
"packages/evergreen-timestamp-utils"
67
],
78
"devDependencies": {
89
"@tsconfig/node16": "^16.1.4",
@@ -28,4 +29,4 @@
2829
"check:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ext '.js,.ts,.mts' packages/**/src packages/**/test",
2930
"fix:eslint": "npm run check:eslint -- --fix"
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)