Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
no warning on node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 6, 2016
1 parent 57aa420 commit ee08b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"dependencies": {
"async": "^1.5.0",
"debug": "^2.2.0",
"nan": "2.1.0",
"node-uuid": "~1.4.3",
"qlobber": "~0.7.0"
},
Expand Down
1 change: 1 addition & 0 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ global.trieSettings = function() {

global.fileSystemSettings = function() {
return {
single: false,
json: false
};
};
Expand Down

0 comments on commit ee08b5b

Please sign in to comment.