mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
fix relative path to node in bunyan-prettystream definition.
This commit is contained in:
+1
-1
@@ -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