Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkapke committed Sep 28, 2017
1 parent e17bfa0 commit 7fd6f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bson-objectid",
"version": "1.1.5",
"version": "1.2.0",
"description": "Construct ObjectIDs without the mongodb driver or bson module",
"main": "objectid.js",
"typings": "./objectid.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/node": "^8.0.31",
"should": "^4.1.0",
"typescript": "^2.5.3"
"typescript": "^2.5.3",
"mocha": "^3.5.3"
}
}

0 comments on commit 7fd6f4f

Please sign in to comment.