Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Fallback to os temp directory if findCacheDir fail #154

Merged
merged 3 commits into from
Feb 22, 2017

Commits on Feb 17, 2017

  1. Fallback to os temp directory if findCacheDir fail

    From the readme: `Finds the cache dir using the supplied options. The algorithm tries to find a package.json file, searching every parent directory of the cwd specified (or implied from other options). It returns a string containing the absolute path to the cache directory, or null if package.json was never found.` This is a fallback for null condition. Investigated after @gaearon comments on facebook/create-react-app#1578 (comment)
    viankakrisna committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    d809862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eada5e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Use double quotes instead of single quotes

    To pass CI
    viankakrisna committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    6a2fdbd View commit details
    Browse the repository at this point in the history