Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Aug 14, 2012
2 parents e5d8623 + 7315973 commit 57c6bea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/blobuploader/package.json
Expand Up @@ -3,7 +3,7 @@
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": ">= 2.4.7"
"express": "2.x"
, "ejs": ">= 0.4.3"
, "formidable": ">= 1.0.6"
, "azure": ">= 0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Expand Up @@ -3,7 +3,7 @@
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": ">= 2.4.7"
"express": "2.x"
, "stylus": ">= 0.0.1"
, "ejs": ">= 0.4.3"
, "node-uuid": ">= 1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/tasklist/package.json
Expand Up @@ -3,7 +3,7 @@
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": ">= 2.4.7"
"express": "2.x"
, "ejs": ">= 0.4.3"
, "jade": ">= 0.18.0"
, "node-uuid": "> = 1.2.0"
Expand Down

0 comments on commit 57c6bea

Please sign in to comment.