Skip to content

Commit 40448d8

Browse files
committed
Explicity setting development dependency to Angular 1.2.0
This will make sure the directive always stays compatible with 1.2.0
1 parent e76d75f commit 40448d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"angular": "*"
2525
},
2626
"devDependencies": {
27-
"angular-mocks": "~1.x"
27+
"angular": "1.2.0",
28+
"angular-mocks": "1.2.0"
2829
}
2930
}

0 commit comments

Comments
 (0)