From 6a02fb41c3b6e8c69628ab24a4f611d2080acb3b Mon Sep 17 00:00:00 2001 From: Guido Date: Wed, 17 Sep 2014 12:18:09 -0300 Subject: [PATCH 1/2] Pin deps to latest versions --- component.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/component.json b/component.json index 354f0a4..1b9f647 100644 --- a/component.json +++ b/component.json @@ -5,11 +5,11 @@ "version": "1.0.1", "keywords": ["date", "picker", "calendar"], "dependencies": { - "component/bind": "*", - "component/calendar": "*", - "component/popover": "*", - "component/aurora": "*", - "component/event": "*" + "component/bind": "1.0.0", + "component/calendar": "0.1.0", + "component/popover": "1.1.0", + "component/aurora": "0.0.1", + "component/event": "0.1.4" }, "development": {}, "license": "MIT", From 57d8c4499703362e136e43f7e618bf7cff049d8b Mon Sep 17 00:00:00 2001 From: Guido Date: Wed, 17 Sep 2014 12:24:19 -0300 Subject: [PATCH 2/2] update version of component/aurora to '*' since it has no tags --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 1b9f647..a8a87d4 100644 --- a/component.json +++ b/component.json @@ -8,7 +8,7 @@ "component/bind": "1.0.0", "component/calendar": "0.1.0", "component/popover": "1.1.0", - "component/aurora": "0.0.1", + "component/aurora": "*", "component/event": "0.1.4" }, "development": {},