Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
Change-Id: Icad6295f0a5034ede239a5ba92f4e8230aefc436
  • Loading branch information
py committed Mar 6, 2013
1 parent 02aa316 commit 1fb4672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"component/emitter":"master",
"NetEase/pomelo-protocol": "0.3.x",
"pomelonode/pomelo-protobuf": "*",
"pomelonode/pomelo-jsclient-socket": "master",
"pomelonode/pomelo-jsclient-websocket": "master",
"component/jquery": "*"
},
"scripts": ["index.js"]
Expand Down
2 changes: 1 addition & 1 deletion template/web-server/public/js/lib/local/boot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var protobuf = require('pomelo-protobuf');
window.protobuf = protobuf;

var pomelo = require('pomelo-jsclient-socket');
var pomelo = require('pomelo-jsclient-websocket');
window.pomelo = pomelo;

var jquery = require('jquery');
Expand Down

0 comments on commit 1fb4672

Please sign in to comment.