Skip to content

Commit

Permalink
chore(types/define): use patched types
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 16, 2024
1 parent 9c81388 commit ccfdb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/define.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { JSONSchemaForNPMPackageJsonFiles as PackageJson } from './types'
import type { PackageJson } from './patch'

export const definePackageJson = (json: PackageJson) => json

0 comments on commit ccfdb5e

Please sign in to comment.