mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
reference node/node.d.ts. not node/node-0.11.d.ts
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/// <reference path='zmq.d.ts' />
|
||||
/// <reference path='../node/node-0.11.d.ts' />
|
||||
|
||||
import zmq = require('zmq');
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Dave McKeown <http://github.com/davemckeown>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path='../node/node-0.11.d.ts' />
|
||||
/// <reference path='../node/node.d.ts' />
|
||||
|
||||
interface EventEmitter {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user