Skip to content

Commit

Permalink
Merge pull request #3 from neneka/fix/include-files
Browse files Browse the repository at this point in the history
fix: Add required files
  • Loading branch information
ci7lus authored Aug 14, 2022
2 parents 7f32754 + b296550 commit ca7d3c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@
"packageManager": "yarn@1.22.18",
"files": [
"package.json",
"src",
"index.js",
"index.d.ts",
"deps/libvlc_wrapper"
"deps/libvlc_wrapper",
"src",
".gitmodules",
"CMakeLists.txt",
"rebuild.js"
],
"main": "index.js",
"types": "index.d.ts"
Expand Down

0 comments on commit ca7d3c1

Please sign in to comment.