feat(ST2.EditorPackages): release 0.2.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>EthanBrown.SublimeText2.EditorPackages</id>
|
||||
<title>Sublime Text 2 - Editor Enhancing Packages</title>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>A number of packages helpful for increased editor productivity.</summary>
|
||||
|
@@ -28,8 +28,8 @@ try {
|
||||
}
|
||||
|
||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||
Install-SublimePackagesFromCache -Directory $packageCache
|
||||
Install-SublimePackageControl -PreRelease
|
||||
Install-SublimePackagesFromCache -Directory $packageCache -Version 2
|
||||
Install-SublimePackageControl -PreRelease -Version 2
|
||||
$packageControl = Join-Path $current 'Package Control.sublime-settings'
|
||||
Merge-PackageControlSettings -FilePath $packageControl
|
||||
|
||||
|
Reference in New Issue
Block a user