diff options
author | Michaël Ball <michael.ball@gmail.com> | 2016-02-07 15:28:56 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2016-07-15 07:15:13 +0100 |
commit | caa1c3ccdf94ee20140b3964aab0ad3058e03699 (patch) | |
tree | 12de8657e4fe4533a62c8693cb8cdaa90a74e27f /bower.json | |
parent | ea4391ba43fab82b8f1fbf2f9ab939e60d5e0bc2 (diff) |
Create test framework
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": { |