mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-27 04:20:02 +00:00
fix relative path to node in bunyan-prettystream definition.
This commit is contained in:
2
bunyan-prettystream/bunyan-prettystream.d.ts
vendored
2
bunyan-prettystream/bunyan-prettystream.d.ts
vendored
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user