Skip to content

Commit

Permalink
fix(FEC-13604): Amendments following the refactor (#843)
Browse files Browse the repository at this point in the history
### Description of the Changes

Amendments following the refactor

#### Related PRs
kaltura/kaltura-player-js#704
kaltura/playkit-js-plugin-example#6

#### Resolves FEC-FEC-1360

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored Jan 23, 2024
1 parent 3d7d4b3 commit fe7719c
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 33,373 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
src/types/kaltura-player-js.d.ts
p
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ jspm_packages

dist/
lib/
api-extractor/report/
api-extractor/report-temp/
api-extractor/playkit-js-ui.api.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ yarn.lock
yarn-error.log
LICENSE
README.md
src/types/kaltura-player-js.d.ts

4 changes: 2 additions & 2 deletions api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"bundledPackages": [],
"compiler": {},
"apiReport": {
"enabled": true,
"enabled": false,
"reportFolder": "<projectFolder>/api-extractor/report",
"reportTempFolder": "<projectFolder>/api-extractor/report-temp"
},
"docModel": {
"enabled": true,
"enabled": false,
"apiJsonFilePath": "<projectFolder>/api-extractor/<unscopedPackageName>.api.json"
},
"dtsRollup": {
Expand Down
Loading

0 comments on commit fe7719c

Please sign in to comment.