diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ { "name": "mach2", - "version": "0.0.1", + "version": "0.1.0", "homepage": "https://github.com/michael-ball/mach2", "authors": [ "Michaël Ball" @@ -17,7 +17,7 @@ "tests" ], "dependencies": { - "angular": "1.4.8", + "angular": "~1.5.0", "bootstrap": "3.3.5", "moment": "~2.10.6", "angular-moment": "~0.10.3", @@ -27,7 +27,7 @@ "moment-timezone": "~0.4.1" }, "resolutions": { - "angular": "1.3.10" + "angular": "~1.5.0" }, "exportsOverride": { "bootstrap": { |