mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Remove conditional defaults in V1 release (#6363)
This commit is contained in:
committed by
कारतोफ्फेलस्क्रिप्ट™
parent
e152cfe27c
commit
f6366160a4
@@ -1,4 +0,0 @@
|
||||
import { major } from 'semver';
|
||||
import { version } from '../package.json';
|
||||
|
||||
export const IS_V1_RELEASE = major(version) > 0;
|
||||
Reference in New Issue
Block a user