We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0054 commit 9e9811aCopy full SHA for 9e9811a
package.json
@@ -56,10 +56,10 @@
56
"tslint-ionic-rules": "0.0.19"
57
},
58
"peerDependencies": {
59
- "@angular-devkit/architect": "0.9.0-beta.3",
60
- "@angular-devkit/build-angular": "0.9.0-beta.3",
61
- "@angular-devkit/core": "0.9.0-beta.3",
62
- "@angular-devkit/schematics": "0.9.0-beta.3"
+ "@angular-devkit/architect": ">=0.7.2 <7.0.0",
+ "@angular-devkit/build-angular": ">=0.7.2 <7.0.0",
+ "@angular-devkit/core": ">=0.7.2 <7.0.0",
+ "@angular-devkit/schematics": ">=0.7.2 <7.0.0"
63
64
"builders": "./builders.json",
65
"schematics": "./collection.json",
0 commit comments