Remove IS_MACOS variable

This commit is contained in:
MaksimZhukov 2020-04-28 17:18:33 +03:00
parent 63cdca158a
commit 94907dc416
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ const MANIFEST_REPO_NAME = 'python-versions';
export const MANIFEST_URL = `https://raw.githubusercontent.com/${MANIFEST_REPO_OWNER}/${MANIFEST_REPO_NAME}/master/versions-manifest.json`;
const IS_WINDOWS = process.platform === 'win32';
const IS_MACOS = process.platform === 'darwin';
export async function findReleaseFromManifest(
semanticVersionSpec: string,