diff --git a/src/builders.ts b/src/builders.ts index 3a899d0b..715d8423 100644 --- a/src/builders.ts +++ b/src/builders.ts @@ -31,8 +31,8 @@ import { tryRemoveSecretsFromUrl, versionCompare } from './_helpers' +import { PropertyNames, PropertyValueBool } from './cdx' import { makeNpmRunner, type runFunc } from './npmRunner' -import { PropertyNames, PropertyValueBool } from './properties' type OmittableDependencyTypes = 'dev' | 'optional' | 'peer' diff --git a/src/properties.ts b/src/cdx.ts similarity index 100% rename from src/properties.ts rename to src/cdx.ts