Commit 4231ab2
Move angular from devDependencies to dependencies (#67)
Not sure what the minimum supported angular is, but it should be listed
in bower.json.
This is useful with libraries that analyze bower.json, e.g.
[main-bower-files](https://github.com/ck86/main-bower-files). (To use
main-bower-files with angular-promise-tracker, it's currently necessary to put in a manual override inside your own project's bower.json for angular-promise-tracker's dependency on angular: otherwise, it will load this package before angular.)1 parent d317225 commit 4231ab2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments