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.
This commit is contained in:
Peter Örneholm
2016-08-18 13:22:34 +02:00
committed by GitHub
parent 70b2cef799
commit c91d80e83a
+1 -1
View File
@@ -317,7 +317,7 @@
"hyperagent": "github:weluse/hyperagent", "hyperagent": "github:weluse/hyperagent",
"i18next-client": "npm:i18next-client", "i18next-client": "npm:i18next-client",
"i18next": "npm:i18next", "i18next": "npm:i18next",
"Intl.js": "github:andyearnshaw/Intl.js", "Intl.js": "npm:intl",
"icheck": "github:fronteed/iCheck", "icheck": "github:fronteed/iCheck",
"titip": "github:quantumui/titip", "titip": "github:quantumui/titip",
"immstruct": "npm:immstruct", "immstruct": "npm:immstruct",