Skip to content

Commit b49b35b

Browse files
author
Brian Geppert
committed
package: fix main file for example application 'chat'.
1 parent 1648337 commit b49b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "socket.io-chat",
33
"version": "0.0.0",
44
"description": "A simple chat client using socket.io",
5-
"main": "app.js",
5+
"main": "index.js",
66
"author": "Grant Timmerman",
77
"private": true,
88
"license": "BSD",

0 commit comments

Comments
 (0)