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 78bef1e commit e5d4d31Copy full SHA for e5d4d31
.gitignore
@@ -3,6 +3,7 @@ lib
3
**/_bundles
4
_bundles
5
yarn-error.log
6
+dist
7
8
# artifacts
9
*.d.ts
package.json
@@ -16,9 +16,8 @@
16
},
17
"license": "MIT",
18
"peerDependencies": {
19
- "@angular/core": ">=8.0.0",
20
- "@angular/upgrade": ">=8.0.0",
21
- "@uirouter/core": "^6.0.1",
+ "@angular/core": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
+ "@angular/upgrade": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
22
"@uirouter/angular": "^6.0.0",
23
"@uirouter/angularjs": "^1.0.23",
24
"angular": "^1.5.0"
0 commit comments