Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix package.json at a given guanlecoja
as guanlecoja is not yet stable, we need to take care of chicken and eggs, make sure
we upgrade guanlecoja in buildbot only when the new version has been tested

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Sep 1, 2014
1 parent 8e06e0f commit c4804c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/codeparameter/package.json
Expand Up @@ -5,6 +5,6 @@
"npm": ">=1.4.0"
},
"devDependencies": {
"guanlecoja": "latest"
"guanlecoja": "0.2.7"
}
}
2 changes: 1 addition & 1 deletion www/console_view/package.json
Expand Up @@ -5,6 +5,6 @@
"npm": ">=1.4.0"
},
"devDependencies": {
"guanlecoja": "latest"
"guanlecoja": "0.2.7"
}
}
2 changes: 1 addition & 1 deletion www/waterfall_view/package.json
Expand Up @@ -5,6 +5,6 @@
"npm": ">=1.4.10"
},
"devDependencies": {
"guanlecoja": "^0.2.0"
"guanlecoja": "0.2.7"
}
}

0 comments on commit c4804c9

Please sign in to comment.