From 5e04523584f7d8abb074a00f9074d816008a91b0 Mon Sep 17 00:00:00 2001 From: Tim Wood Date: Sat, 19 Jul 2014 09:37:54 -0700 Subject: [PATCH] Add dependency on moment to bower.json #107 --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index c14566a7..30a83068 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,9 @@ "description" : "Parse and display moments in any timezone.", "version": "0.1.0", "main": "builds/moment-timezone-with-data-2010-2020.js", + "dependencies" : { + "moment" : ">= 2.6.0" + }, "ignore": [ "**/.*", "tests",