Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 614726c

Browse files
update(npm): allow install of Angular 1.4 betas
Require Angular-aria 1.3.15 or higher to fix dbl-click issues.
1 parent 1d4894b commit 614726c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"client-side"
2121
],
2222
"peerDependencies": {
23-
"angular": "1.3.x",
24-
"angular-animate": "1.3.x",
25-
"angular-aria": "1.3.x"
23+
"angular": "^1.3.0 || >1.4.0-beta.0",
24+
"angular-animate": "^1.3.0 || >1.4.0-beta.0",
25+
"angular-aria": "^1.3.15 || >1.4.0-beta.0"
2626
},
2727
"bugs": {
2828
"url": "https://github.com/angular/material/issues"

0 commit comments

Comments
 (0)