Skip to content

Commit

Permalink
bump for syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 23, 2012
1 parent d618754 commit 898e7e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "browserify",
"version" : "1.10.15",
"version" : "1.10.16",
"description" : "Browser-side require() for js directories and npm modules",
"main" : "index.js",
"bin" : {
Expand Down Expand Up @@ -36,11 +36,11 @@
"crypto-browserify": "~0"
},
"devDependencies" : {
"tap" : "0.2.x",
"tap" : "~0.2.5",
"connect" : "1.8.5",
"hashish" : ">=0.0.2 <0.1",
"traverse" : ">=0.3.8 <0.4",
"backbone" : ">=0.3.3",
"backbone" : "~0.9.2",
"dnode" : ">=0.7.1 <0.8",
"jade": "0.20.0",
"seq": "0.3.3",
Expand Down

0 comments on commit 898e7e0

Please sign in to comment.