Skip to content

Commit

Permalink
feat: angular 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed May 21, 2019
1 parent 9b3b20d commit c4b9b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const writeFile = util.promisify(fs.writeFile);
delete packageJson['lint-staged'];
delete packageJson.config;
packageJson.peerDependencies = {
'@angular/common': '^6.0.0 || ^7.0.0',
'@angular/common': '>=6.0.0 <9.0.0',
rxjs: '^6.0.0'
};
packageJson.ngPackage = {
Expand Down

0 comments on commit c4b9b9f

Please sign in to comment.