diff --git a/src/app/config.coffee b/src/app/config.coffee index 2ccc6ff8f..ab1eae901 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -22,7 +22,7 @@ module.exports = class Config configDirPath: configDirPath themeDirPaths: [userThemesDirPath, bundledThemesDirPath, vendoredThemesDirPath] - packageDirPaths: [userPackagesDirPath, bundledPackagesDirPath, vendoredPackagesDirPath] + packageDirPaths: [userPackagesDirPath, vendoredPackagesDirPath, bundledPackagesDirPath] defaultSettings: null settings: null