From d049f47844502c2955d33f87eaeb369b93f33601 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 4 Feb 2013 08:55:16 -0800 Subject: [PATCH] expose config.userPackagesDirPath --- src/app/config.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/config.coffee b/src/app/config.coffee index 85e5e7a47..6cbf66559 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -18,6 +18,7 @@ class Config configDirPath: configDirPath themeDirPaths: [userThemesDirPath, bundledThemesDirPath, vendoredThemesDirPath] packageDirPaths: [userPackagesDirPath, vendoredPackagesDirPath, bundledPackagesDirPath] + userPackagesDirPath: userPackagesDirPath defaultSettings: null settings: null