mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add shim for hyperlink bundle rename
This commit is contained in:
@@ -96,7 +96,10 @@ class PackageManager
|
||||
|
||||
#TODO Remove once all package specs have been updated
|
||||
if match = /(.+)-tmbundle$/.exec(name)
|
||||
@resolvePackagePath("language-#{match[1]}")
|
||||
if name is 'hyperlink-helper-tmbundle'
|
||||
@resolvePackagePath('language-hyperlink')
|
||||
else
|
||||
@resolvePackagePath("language-#{match[1]}")
|
||||
|
||||
isInternalPackage: (packagePath) ->
|
||||
{engines} = Package.loadMetadata(packagePath, true)
|
||||
|
||||
Reference in New Issue
Block a user