Merge pull request #12798 from tkrotoff/patch-1

Change github.com/rackt/history to github.com/mjackson/history
This commit is contained in:
Nathan Shively-Sanders
2016-11-23 14:44:48 -08:00
committed by GitHub
+1 -3
View File
@@ -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 <https://github.com/sergey-buturlakin>, Nathan Brown <https://github.com/ngbrown>
// 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;