Skip to content

Commit

Permalink
refactor: rename properties to cdx (#1257)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Jan 16, 2025
1 parent bd4d13a commit aa98df3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
File renamed without changes.

0 comments on commit aa98df3

Please sign in to comment.