Skip to content

Commit

Permalink
fix: missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
therealPaulPlay committed Jan 23, 2025
1 parent 34385be commit 727a918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playpeerjs",
"version": "1.0.2",
"version": "1.0.3",
"description": "WebRTC-based wrapper for creating robust peer-2-peer multiplayer systems with ease.",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -30,7 +30,9 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"peerjs": "^1.5.4",
"rollup": "^4.31.0"
},
"dependencies": {
"peerjs": "^1.5.4"
}
}

0 comments on commit 727a918

Please sign in to comment.