From 4b039c823a2cd8e1fd07fa712d5e7845384bedcc Mon Sep 17 00:00:00 2001 From: Beeno Tung Date: Sat, 13 Aug 2016 13:43:17 +0800 Subject: [PATCH] updated horizon.json changed to global typing; refer to raw file directly: eliminate the need to maintain a 'release branch' (reduce duplicated storage); --- global/horizon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/horizon.json b/global/horizon.json index c5471329..9e1ff07b 100644 --- a/global/horizon.json +++ b/global/horizon.json @@ -1,5 +1,5 @@ { "versions": { - "1.0.0": "github:beenotung/typed-horizon#b4ad8e56192abc1d67636fe422ad89e1b5ea726a" + "1.0.0": "github:beenotung/typed-horizon/global/main.d.ts#c9c9799fd53fd15e1ff196271c92d52c8d80b2fb" } }