diff --git a/cli/bin/yeoman b/cli/bin/yeoman index 5f528f8a..6d8a0616 100755 --- a/cli/bin/yeoman +++ b/cli/bin/yeoman @@ -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(); diff --git a/cli/package.json b/cli/package.json index 99520c0f..4ff1b232 100644 --- a/cli/package.json +++ b/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",