mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update names to reflect new file names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="./segment-analytics-node.d.ts" />
|
||||
/// <reference path="./analytics-node.d.ts" />
|
||||
|
||||
var analytics: SegmentAnalytics.Analytics;
|
||||
var analytics: AnalyticsNode.Analytics;
|
||||
import Analytics = require("analytics-node");
|
||||
|
||||
function testConfig(): void {
|
||||
@@ -79,4 +79,4 @@ function testIntegrations(): void {
|
||||
'Google Analytics': false
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Andrew Fong <https://github.com/fongandrew>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module SegmentAnalytics {
|
||||
declare module AnalyticsNode {
|
||||
|
||||
interface Integrations {
|
||||
[index: string]: boolean;
|
||||
@@ -69,5 +69,5 @@ declare module SegmentAnalytics {
|
||||
}
|
||||
|
||||
declare module "analytics-node" {
|
||||
export = SegmentAnalytics.Analytics;
|
||||
export = AnalyticsNode.Analytics;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user