Skip to content

Commit

Permalink
Angular 9.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcarbo committed Feb 10, 2020
1 parent 67cec84 commit f1ee346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virtual-repeat-angular-lib-app",
"version": "0.4.11",
"version": "0.4.12",
"scripts": {
"serve": "ng serve",
"build_prod": "ng build --prod",
Expand All @@ -11,7 +11,7 @@
"build_lib": "ng build --prod virtual-repeat-angular-lib",
"npm_pack": "cp README.md dist/virtual-repeat-angular-lib && cd dist/virtual-repeat-angular-lib && npm pack && cp *.tgz ../releases/",
"npm_build_and_package": "npm run build_lib && npm run npm_pack",
"npm_publish": "npm publish dist/virtual-repeat-angular-lib/virtual-repeat-angular-0.4.11.tgz",
"npm_publish": "npm publish dist/virtual-repeat-angular-lib/virtual-repeat-angular-0.4.12.tgz",
"ngh_publish": "ng build --prod --base-href https://gerardcarbo.github.io/virtual-repeat-angular/ && ngh --dir dist/virtual-repeat-angular-lib-app",
"git_push": "git push origin master",
"git_push_force": "git push -f origin master",
Expand Down
6 changes: 3 additions & 3 deletions projects/virtual-repeat-angular-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "virtual-repeat-angular",
"version": "0.4.11",
"version": "0.4.12",
"author": {
"name": "Gerard Carbó"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=5 <=8",
"@angular/core": ">=5 <=8"
"@angular/common": ">=5 <=9",
"@angular/core": ">=5 <=9"
},
"keywords": [
"ngx",
Expand Down

0 comments on commit f1ee346

Please sign in to comment.