feat(core): Remove conditional defaults in V1 release (#6363)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-06-02 11:10:19 +00:00
committed by कारतोफ्फेलस्क्रिप्ट™
parent e152cfe27c
commit f6366160a4
6 changed files with 7 additions and 30 deletions

View File

@@ -1,4 +0,0 @@
import { major } from 'semver';
import { version } from '../package.json';
export const IS_V1_RELEASE = major(version) > 0;