feat(ST2.GitPackages) - release 0.2.0

- use pre-release version of package control, which fixes bugs related
   to packages automatically added to ignored_packages
   https://github.com/wbond/sublime_package_control/issues/558
 - use SublimeText2 as a dep, as we run PS code to install pkg control
This commit is contained in:
Iristyle
2013-09-16 15:44:36 -04:00
parent b71a3c78b9
commit 12b8317275
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<metadata>
<id>EthanBrown.SublimeText2.GitPackages</id>
<title>Sublime Text 2 - Git Integration Packages</title>
<version>0.1.1</version>
<version>0.2.0</version>
<authors>Various</authors>
<owners>Ethan Brown</owners>
<summary>A number of packages helpful for increased editor productivity when using Git.</summary>
@@ -59,7 +59,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="git" />
</dependencies>
</metadata>

View File

@@ -29,7 +29,7 @@ try {
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
Install-SublimePackagesFromCache -Directory $packageCache
Install-SublimePackageControl
Install-SublimePackageControl -PreRelease
$packageControl = Join-Path $current 'Package Control.sublime-settings'
Merge-PackageControlSettings -FilePath $packageControl