Skip to content

Commit

Permalink
bump to 0.7.3 for browserify, lazy deps; install notes for chat example
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 22, 2011
1 parent 0d6560d commit 2106d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 4 additions & 0 deletions examples/chat/INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Do this first:

mkdir node_modules
npm install jquery-browserify
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "dnode",
"version" : "0.7.2",
"version" : "0.7.3",
"description" : "freestyle RPC",
"main" : "./index.js",
"keywords" : [
Expand All @@ -23,21 +23,15 @@
},
"dependencies" : {
"socket.io" : ">=0.6.1 <0.7",
"lazy" : ">=1.0.2 <1.1",
"lazy" : ">=1.0.5 <1.1",
"traverse" : ">=0.3.1 <0.4",
"browserify" : ">=0.5.2 <0.6",
"browserify" : ">=1.1.3 <1.2",
"dnode-protocol" : ">=0.0.10 <0.1"
},
"devDependencies" : {
"expresso" : ">=0.7.6 <0.8"
},
"browserify" : {
"name" : "dnode",
"main" : "./browser/index.js",
"base" : "./browser",
"require" : [ "dnode-protocol" ],
"dependencies" : {}
},
"browserify" : "browser/index.js",
"engine" : {
"node" : ">=0.4.0"
},
Expand Down

0 comments on commit 2106d40

Please sign in to comment.