Skip to content

Commit

Permalink
fix corrupt npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jan 3, 2017
1 parent f89bed0 commit ae67052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ docs/
docs/sphinx-docs
data/
db/
db1/
dev/
examples/
test/
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.19 2017-01-03
-----------------
- Corrupted Npm release fix.

2.2.18 2017-01-03
-----------------
- Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "2.2.18",
"version": "2.2.19",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ae67052

Please sign in to comment.