Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit bfcc97c

Browse files
committed
chore(package): ensure we are only packaging what's needed
1 parent 6d0a00f commit bfcc97c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "3.1.4",
44
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
55
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"lib"
9+
],
610
"scripts": {
711
"test": "npm run lint && mongodb-test-runner -t 60000 test/tests",
812
"coverage": "node_modules/.bin/nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",

0 commit comments

Comments
 (0)