Skip to content

Commit

Permalink
include the new dir in npm publish (#235)
Browse files Browse the repository at this point in the history
* fix(FEC-13604): fix TypeScript mapping on IDEA

* fix

---------

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
  • Loading branch information
JonathanTGold and JonathanTGold committed Jan 23, 2024
1 parent f4a978f commit 442924e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dist/**/*",
"src/**/*",
"flow-typed/**/*",
"playkit-analytics-service/*",
"playkit-bookmark-service/*",
"playkit-ott-provider/*",
"playkit-ovp-provider/*",
"playkit-stats-service/*"
"analytics-service/*",
"bookmark-service/*",
"ott-provider/*",
"ovp-provider/*",
"stats-service/*"
],
"exports": {
"./ovp-provider": "./dist/playkit-ovp-provider.js",
Expand Down

0 comments on commit 442924e

Please sign in to comment.