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

Commit ebbd171

Browse files
committed
update(npm): explicitly mark AngularJS 1.7.1 as not supported
Relates to angular/material#11281
1 parent af93207 commit ebbd171

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"format": "cjs",
66
"registry": "github",
77
"peerDependencies": {
8-
"angular": ">=1.4 <1.8",
9-
"angular-animate": ">=1.4 <1.8",
10-
"angular-aria": ">=1.4 <1.8",
11-
"angular-messages": ">=1.4 <1.8"
8+
"angular": "1.4 - 1.7.0 || ^1.7.2",
9+
"angular-animate": "1.4 - 1.7.0 || ^1.7.2",
10+
"angular-aria": "1.4 - 1.7.0 || ^1.7.2",
11+
"angular-messages": "1.4 - 1.7.0 || ^1.7.2"
1212
},
1313
"jspm": {
1414
"dependencies": {

0 commit comments

Comments
 (0)