Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Only upgrade Babel packages, rather than everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Feb 15, 2017
1 parent 50ed0a8 commit e56b468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if ($Clean) {
git pull
}

.\node_modules\.bin\npm-check-updates -a; Assert-LastExitCode
.\node_modules\.bin\npm-check-updates -a /^babel/; Assert-LastExitCode

$package_json = Get-Content -Path package.json | ConvertFrom-Json
$babel_version = Get-LatestDependencyVersion -Package $package_json -Filter 'babel\-'
Expand Down

0 comments on commit e56b468

Please sign in to comment.