From c861d17077b1642711596f1d1f11726c1822a2b2 Mon Sep 17 00:00:00 2001 From: Oz Sayag Date: Mon, 11 Apr 2016 12:55:32 +0300 Subject: [PATCH] fix: allow all 1.3.x angular-meteor versions from 1.3.9 (#18) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65b5507..e3b3c5a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prepublish": "npm run build" }, "peerDependencies": { - "angular-meteor": "~1.3.9" + "angular-meteor": "^1.3.9" }, "devDependencies": { "babel": "^6.3.26",