UNPKG

@bscotch/gamemaker-releases

Version:

Utility for combining GameMaker release data into a single feed.

5 lines 267 B
import os from 'os'; import { pathy } from '@bscotch/pathy'; export const defaultCacheDir = pathy(os.tmpdir(), '@bscotch/gamemaker-releases'); export const defaultNotesCachePath = defaultCacheDir.join('release-notes-cache.json'); //# sourceMappingURL=constants.js.map