From ae1969a3c7cc34de124cf2dc64094be66d7d9240 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Fri, 18 Nov 2016 20:53:46 +0100 Subject: [PATCH] Change github.com/rackt/history to github.com/mjackson/history --- history/index.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/history/index.d.ts b/history/index.d.ts index b099b9beaa..6b61fa1b77 100644 --- a/history/index.d.ts +++ b/history/index.d.ts @@ -1,10 +1,8 @@ // Type definitions for history v2.0.0 -// Project: https://github.com/rackt/history +// Project: https://github.com/mjackson/history // Definitions by: Sergey Buturlakin , Nathan Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// types based on https://github.com/rackt/history/blob/master/docs/Terms.md - export as namespace History; export type Action = string;