fix relative path to node in bunyan-prettystream definition.

This commit is contained in:
JasonS
2015-03-03 17:48:34 -08:00
parent 8decf27bad
commit 0f83c5eb09

View File

@@ -2,7 +2,7 @@
// project: https://www.npmjs.com/package/bunyan-prettystream
// definitions by jasons@novaleaf.com
/// <reference path="../../node/node.d.ts" />
/// <reference path="../node/node.d.ts" />
declare module "bunyan-prettystream" {
import stream = require("stream");