Update names to reflect new file names

This commit is contained in:
Andrew Fong
2015-10-05 23:47:58 +00:00
parent f84f0e6028
commit dd92c920b0
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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;
}