Commit d210d03430aa5b0585e5b84d4ef21e7d629abb64
1 parent
ec491dafbf
Exists in
master
and in
2 other branches
angular-mocks
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
package.json
... | ... | @@ -36,6 +36,7 @@ |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "angular": "^1.7.5", |
39 | + "angular-mocks": "^1.7.7", | |
39 | 40 | "angular-route": "^1.7.5", |
40 | 41 | "bootstrap": "^4.1.3", |
41 | 42 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", |
... | ... | @@ -56,8 +57,5 @@ |
56 | 57 | "pre-commit": "^1.2.2", |
57 | 58 | "pump": "^3.0.0", |
58 | 59 | "ui-bootstrap4": "^3.0.5" |
59 | - }, | |
60 | - "dependencies": { | |
61 | - "angular-mocks": "^1.7.7" | |
62 | 60 | } |
63 | 61 | } |