Skip to content

Commit

Permalink
chore(mongodb-core): update to latest version of core driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 26, 2018
1 parent 4ba2186 commit 4fdf8ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"es6-promise": "3.2.1",
"mongodb-core": "2.1.18",
"mongodb-core": "2.1.19",
"readable-stream": "2.2.7"
},
"devDependencies": {
Expand All @@ -25,6 +25,7 @@
"cli-table": "^0.3.1",
"co": "4.6.0",
"colors": "^1.1.2",
"conventional-changelog-cli": "^1.3.5",
"coveralls": "^2.11.6",
"eslint": "^3.8.1",
"event-stream": "^3.3.2",
Expand Down Expand Up @@ -52,7 +53,8 @@
"scripts": {
"test": "node test/runner.js -t functional",
"coverage": "node_modules/.bin/nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
"lint": "eslint lib"
"lint": "eslint lib",
"changelog": "conventional-changelog -p angular -i HISTORY.md -s"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 4fdf8ec

Please sign in to comment.