diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bower.json b/bower.json index b18078f6fc4..81c95661762 100644 --- a/bower.json +++ b/bower.json @@ -13,15 +13,15 @@ "tests" ], "dependencies": { - "blueimp-md5": "1.0.1", - "handlebars": "1.3.0", + "blueimp-md5": "~1.0.1", + "handlebars": "~1.3.0", "jcrop": "~0.9.12", "jquery": "~1.10.0", "moment": "~2.8.3", - "select2": "3.4.8", + "select2": "~3.4.8", "zxcvbn": "*", - "snapjs": "2.0.0-rc1", + "snapjs": "~2.0.0-rc1", "strengthify": "*", - "underscore": "1.6.0" + "underscore": "~1.6.0" } } |