Skip to content

Commit

Permalink
Add shortcat for light version
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx authored Dec 21, 2024
1 parent 699901b commit ffb520d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"import": "./dist/hls.mjs",
"require": "./dist/hls.js"
},
"./light": {
"import": "./dist/hls.light.mjs",
"require": "./dist/hls.light.js"
},
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit ffb520d

Please sign in to comment.