Skip to content

Commit

Permalink
feat(ST2.UtilPackages) - release 0.2.0
Browse files Browse the repository at this point in the history
 - use pre-release version of package control, which fixes bugs related
   to packages automatically added to ignored_packages
   wbond/package_control#558
 - use SublimeText2 as a dep, as we run PS code to install pkg control
  • Loading branch information
Iristyle committed Sep 16, 2013
1 parent 12b8317 commit e1c32d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EthanBrown.SublimeText2.UtilPackages</id>
<title>Sublime Text 2 - Utility / Theme Tooling Packages</title>
<version>0.1.2</version>
<version>0.2.0</version>
<authors>Various</authors>
<owners>Ethan Brown</owners>
<summary>A number of packages helpful for increased editor productivity, including Soda theme, a number of file manipulation and/or searching type commands.</summary>
Expand Down Expand Up @@ -85,7 +85,7 @@
<releaseNotes>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
<dependencies>
<dependency id="PowerShell" version="3.0"/>
<dependency id="SublimeText2.app" />
<dependency id="SublimeText2" />
<dependency id="SourceCodePro" />
</dependencies>
</metadata>
Expand Down
Expand Up @@ -43,7 +43,7 @@ try {

$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
Install-SublimePackagesFromCache -Directory $packageCache
Install-SublimePackageControl
Install-SublimePackageControl -PreRelease
$packageControl = (Join-Path (Get-CurrentDirectory) 'Package Control.sublime-settings')
Merge-PackageControlSettings -FilePath $packageControl

Expand Down

0 comments on commit e1c32d9

Please sign in to comment.