From ad25f4a88e1731a9345e9ae991edccdacb07acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Wed, 29 Jul 2015 16:41:46 +0200 Subject: [PATCH 1/2] Add angular-dynamic-locale registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index cc7a446..bc13c52 100644 --- a/registry.json +++ b/registry.json @@ -31,6 +31,7 @@ "angular-decorate": "github:innit/angular-decorate", "angular-decorators": "npm:angular-decorators", "angular-deferred-bootstrap": "github:philippd/bower-angular-deferred-bootstrap", + "angular-dynamic-locale": "github:lgalfaso/angular-dynamic-locale", "angular-es6-di": "github:tengyifei/angular-es6-di", "angular-file-upload": "github:danialfarid/angular-file-upload-bower", "angular-formly": "github:formly-js/angular-formly", From 329ff60f76c43315da566e736392544ee3376e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pe=C5=A1a?= Date: Wed, 29 Jul 2015 16:48:02 +0200 Subject: [PATCH 2/2] Add angular-dynamic-locale override --- .../lgalfaso/angular-dynamic-locale@0.1.27.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package-overrides/github/lgalfaso/angular-dynamic-locale@0.1.27.json diff --git a/package-overrides/github/lgalfaso/angular-dynamic-locale@0.1.27.json b/package-overrides/github/lgalfaso/angular-dynamic-locale@0.1.27.json new file mode 100644 index 0000000..9c89a36 --- /dev/null +++ b/package-overrides/github/lgalfaso/angular-dynamic-locale@0.1.27.json @@ -0,0 +1,13 @@ +{ + "main": "dist/tmhDynamicLocale", + "files": ["dist/**/*"], + "registry": "jspm", + "dependencies": { + "angular": "^1.0.7" + }, + "shim": { + "dist/tmhDynamicLocale": { + "deps": ["angular"] + } + } +}