Skip to content

Commit

Permalink
fix package.json module
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrohd committed Mar 22, 2024
1 parent f1038b9 commit b329aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marecchia/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "marecchia",
"version": "0.0.1",
"description": "",
"module": "dist/marecchia.bundle.js",
"description": "A WebRTC-based P2P live streaming library on top of hls.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b329aad

Please sign in to comment.