expose config.userPackagesDirPath

This commit is contained in:
Corey Johnson
2013-02-04 08:55:16 -08:00
parent 44476d4164
commit d049f47844

View File

@@ -18,6 +18,7 @@ class Config
configDirPath: configDirPath
themeDirPaths: [userThemesDirPath, bundledThemesDirPath, vendoredThemesDirPath]
packageDirPaths: [userPackagesDirPath, vendoredPackagesDirPath, bundledPackagesDirPath]
userPackagesDirPath: userPackagesDirPath
defaultSettings: null
settings: null