UNPKG

dm-tools

Version:
10 lines (7 loc) 219 B
'use strict'; import * as sh from 'shelljs'; // Update for each release export const VERSION = '0.9.14'; export const PNPM = sh.which('pnpm'); export const YARN = sh.which('yarn'); export const GIT = sh.which('git');