Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b051444

Browse files
committed
Add types field to point to our types properly
1 parent 51e327a commit b051444

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "react-hls-player",
33
"version": "2.0.0",
44
"description": "A simple and easy to use react component for playing an hls live stream",
5-
"main": "dist/react-hls-player.js",
5+
"main": "./dist/react-hls-player.js",
6+
"types": "./dist",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"start": "webpack serve --config webpack/webpack.dev.js",

0 commit comments

Comments
 (0)