Skip to content

Commit

Permalink
Fixed main script
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanthv committed Mar 14, 2024
1 parent af2e770 commit e54837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "talk",
"version": "4.0.0",
"description": "A free, peer-to-peer, encrypted, open-source video calling for the web.",
"main": "start.js",
"main": "signalling-server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node signalling-server/index.js"
Expand Down

0 comments on commit e54837f

Please sign in to comment.