Skip to content

Commit e5d4d31

Browse files
chore(ng-packagr): add dist to gitignore, change angular peer deps to allow ng8, 9 and 9-next
1 parent 78bef1e commit e5d4d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ lib
33
**/_bundles
44
_bundles
55
yarn-error.log
6+
dist
67

78
# artifacts
89
*.d.ts

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
},
1717
"license": "MIT",
1818
"peerDependencies": {
19-
"@angular/core": ">=8.0.0",
20-
"@angular/upgrade": ">=8.0.0",
21-
"@uirouter/core": "^6.0.1",
19+
"@angular/core": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
20+
"@angular/upgrade": "^8.0.0 || ^9.0.0 || ^9.0.0-next",
2221
"@uirouter/angular": "^6.0.0",
2322
"@uirouter/angularjs": "^1.0.23",
2423
"angular": "^1.5.0"

0 commit comments

Comments
 (0)