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:
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