Skip to content

Commit

Permalink
Removed public access to the cache directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed May 5, 2019
1 parent fd928b9 commit 282a1ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/configManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,4 @@ export class ConfigManager {
static get outDir() {
return ConfigManager.config.outDir || CACHE_DIRECTORY;
}

/**
* Returns Lamington's local cache directory name
* @author Mitch Pierias <github.com/MitchPierias>
*/
static get cacheDir() {
return CACHE_DIRECTORY;
}
}

0 comments on commit 282a1ba

Please sign in to comment.