File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ We are using [Bower][bower] to install client-side dependencies. This step upda
33
33
"license": "MIT",
34
34
"private": true,
35
35
"dependencies": {
36
- "angular": "~1.3.0 ",
37
- "angular-mocks": "~1.3.0 ",
38
- "jquery": "2.1.1",
36
+ "angular": "1.4.x ",
37
+ "angular-mocks": "1.4.x ",
38
+ "jquery": "~ 2.1.1",
39
39
"bootstrap": "~3.1.1",
40
- "angular-route": "~1.3 .0"
40
+ "angular-route": "~1.4 .0"
41
41
}
42
42
}
43
43
```
44
44
45
- The new dependency `"angular-route": "~1.3 .0"` tells bower to install a version of the
46
- angular-route component that is compatible with version 1.3 .x. We must tell bower to download
45
+ The new dependency `"angular-route": "~1.4 .0"` tells bower to install a version of the
46
+ angular-route component that is compatible with version 1.4 .x. We must tell bower to download
47
47
and install this dependency.
48
48
49
49
If you have bower installed globally, then you can run `bower install` but for this project, we have
You can’t perform that action at this time.
0 commit comments