Skip to content

Commit

Permalink
Disable updater
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 13, 2012
1 parent 7215a18 commit 8b75970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions cli/bin/yeoman
Expand Up @@ -147,12 +147,4 @@ function init() {
}]);
}


/* Yeoman Upgrade =========================================================== */
if ( process.env.yeoman_test || /--skip-updater/.test( process.argv ) ) {
init();
} else {
updater.getUpdate({ localPackageUrl: '../../package.json' }, function() {
init();
});
}
init();
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "yeoman",
"version": "0.9.5",
"version": "0.9.6",
"description": "The Yeoman CLI presents a command line interface for creating, building, maintaining, and shipping a project.",
"keywords": [
"front-end",
Expand Down

0 comments on commit 8b75970

Please sign in to comment.