Skip to content

Commit b56664d

Browse files
authored
Match devDependencies versions with each other
Use same angular-mocks dependency version as angular-messages to prevent conflicts during `bower install`
1 parent 94df92e commit b56664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jquery": "~2.1.4"
3535
},
3636
"devDependencies": {
37-
"angular-mocks": "~1.4.1",
37+
"angular-mocks": "^1.6.2",
3838
"angular-messages": "^1.6.2"
3939
},
4040
"homepage": "https://github.com/turinggroup/angular-validator"

0 commit comments

Comments
 (0)