Bump version of dtrace-provider to support Node 6 (#449)

See https://github.com/chrisa/node-dtrace-provider/issues/74#issuecomment-253938799 for relevant details.
master
Brian Lai 2016-10-17 16:24:30 -07:00 committed by Trent Mick
parent d6663a4627
commit 18bdda78cd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"// mv": "required for RotatingFileStream",
"// moment": "required for local time with CLI",
"optionalDependencies": {
"dtrace-provider": "~0.6",
"dtrace-provider": "~0.7",
"mv": "~2",
"safe-json-stringify": "~1",
"moment": "^2.10.6"