Skip to content

Commit

Permalink
Merge pull request YahooArchive#870 from isao/archetypes
Browse files Browse the repository at this point in the history
update package.json in archetypes for mojito 0.5.x & node >0.6
  • Loading branch information
Isao Yagi committed Jan 3, 2013
2 parents c77e812 + 7150419 commit c7db6cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/app/archetypes/app/default/package.json.hb
Expand Up @@ -13,9 +13,9 @@
}
],
"dependencies": {
"mojito": "0.4.x"
"mojito": "0.5.x"
},
"engines": {
"node": "0.6.x"
"node": ">0.6"
}
}
4 changes: 2 additions & 2 deletions lib/app/archetypes/app/full/package.json.hb
Expand Up @@ -13,9 +13,9 @@
}
],
"dependencies": {
"mojito": "0.4.x"
"mojito": "0.5.x"
},
"engines": {
"node": "0.6.x"
"node": ">0.6"
}
}
4 changes: 2 additions & 2 deletions lib/app/archetypes/app/hybrid/package.json.hb
Expand Up @@ -6,11 +6,11 @@
"type": "application",
"pkg_type": "application",
"dependencies": {
"mojito": ">0.4"
"mojito": "0.5.x"
},
"engines": {
"node": ">0.6",
"npm": ">1.0",
"mojito": ">0.4"
"mojito": ">0.5"
}
}
4 changes: 2 additions & 2 deletions lib/app/archetypes/app/simple/package.json.hb
Expand Up @@ -13,9 +13,9 @@
}
],
"dependencies": {
"mojito": "0.4.x"
"mojito": "0.5.x"
},
"engines": {
"node": "0.6.x"
"node": ">0.6"
}
}
4 changes: 2 additions & 2 deletions lib/app/archetypes/app/yahoo/package.json.hb
Expand Up @@ -13,9 +13,9 @@
}
],
"dependencies": {
"mojito": "0.4.x"
"mojito": "0.5.x"
},
"engines": {
"node": "0.6.x"
"node": ">0.6"
}
}

0 comments on commit c7db6cf

Please sign in to comment.