Skip to content

Commit

Permalink
Updated Nan to 1.6.2 to support io.js and node 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Feb 16, 2015
1 parent 6cad4be commit d804886
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.10 # development version of 0.8, may be unstable
- 0.11
- 0.12
6 changes: 5 additions & 1 deletion HISTORY
@@ -1,4 +1,8 @@
0.2.18 2014-01-20
0.2.19 2015-02-16
-----------------
- Updated Nan to 1.6.2 to support io.js and node 0.12.0

0.2.18 2015-01-20
-----------------
- Updated Nan to 1.5.1 to support io.js

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{ "name" : "bson"
, "description" : "A bson parser for node.js and the browser"
, "keywords" : ["mongodb", "bson", "parser"]
, "version" : "0.2.18"
, "version" : "0.2.19"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : []

Expand All @@ -10,7 +10,7 @@
, "bugs" : { "mail" : "node-mongodb-native@googlegroups.com"
, "url" : "https://github.com/mongodb/js-bson/issues" }
, "dependencies": {
"nan": "1.5.1"
"nan": "1.6.2"
}
, "devDependencies": {
"nodeunit": "0.9.0"
Expand Down

0 comments on commit d804886

Please sign in to comment.