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

Commit

Permalink
chore(package): ensure we are only packaging what's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Sep 14, 2018
1 parent 6d0a00f commit bfcc97c
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 @@ -3,6 +3,10 @@
"version": "3.1.4",
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "npm run lint && mongodb-test-runner -t 60000 test/tests",
"coverage": "node_modules/.bin/nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
Expand Down

0 comments on commit bfcc97c

Please sign in to comment.