Skip to content

Commit

Permalink
bump up angular to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraGowdaMPatil committed Apr 12, 2024
1 parent ffc6d29 commit 9484e8f
Show file tree
Hide file tree
Showing 5 changed files with 9,189 additions and 9,998 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Atom NGX plyr | Angular 16
## Forked from smnbbrv/ngx-plyr, but this version supports angular 16+
# Atom NGX plyr | Angular 17
## Forked from smnbbrv/ngx-plyr, but this version supports angular 17+

## ngx-plyr

Angular 15+ bindings for [plyr video and audio player](https://github.com/sampotts/plyr). Supports everything that original library supports.
Angular 17+ bindings for [plyr video and audio player](https://github.com/sampotts/plyr). Supports everything that original library supports.

![Workflow status](https://img.shields.io/github/workflow/status/smnbbrv/ngx-plyr/Push)
[![Coverage Status](https://img.shields.io/coveralls/github/smnbbrv/ngx-plyr/master.svg)](https://coveralls.io/github/smnbbrv/ngx-plyr?branch=master)
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-plyr-app:build"
"buildTarget": "ngx-plyr-app:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-plyr-app:build:production"
"buildTarget": "ngx-plyr-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-plyr-app:build"
"buildTarget": "ngx-plyr-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 9484e8f

Please sign in to comment.