(chore ST3 package control): release 2.0.0 final

- Remove dependency on Git
 - Add dependency on JsonHelpers.ps1
 - Properly remove any previously Git installed package control
 - Install for ST3 the same way we install for ST3
This commit is contained in:
Iristyle
2014-09-15 11:36:50 -07:00
parent cb6feb525e
commit 5796a381b7
3 changed files with 31 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ try {
$package = 'SublimeText3.PackageControl'
$current = Get-CurrentDirectory
. (Join-Path $current 'JsonHelpers.ps1')
. (Join-Path $current 'SublimeHelpers.ps1')
Install-SublimePackageControl -Version 3