From c91d80e83a0909273b9f3ad6d44f59d978e2c599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=96rneholm?= Date: Thu, 18 Aug 2016 13:22:34 +0200 Subject: [PATCH] Use npm instead of GitHub for Intl.js This package requires to be built and packages to work, otherwise the references from index.js is wrong, therefore the npm version should be used. --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index e96c228..76e4ed5 100644 --- a/registry.json +++ b/registry.json @@ -317,7 +317,7 @@ "hyperagent": "github:weluse/hyperagent", "i18next-client": "npm:i18next-client", "i18next": "npm:i18next", - "Intl.js": "github:andyearnshaw/Intl.js", + "Intl.js": "npm:intl", "icheck": "github:fronteed/iCheck", "titip": "github:quantumui/titip", "immstruct": "npm:immstruct",