Skip to content

Commit 989475f

Browse files
committed
chore: remove export for now
1 parent 995fb20 commit 989475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const pms: Record<PackageManagerName, undefined> = {
2525
}
2626

2727
// this is for type safety to prompt updating code in nuxi when nypm adds a new package manager
28-
export const packageManagerOptions = Object.keys(pms) as PackageManagerName[]
28+
const packageManagerOptions = Object.keys(pms) as PackageManagerName[]
2929

3030
export default defineCommand({
3131
meta: {

0 commit comments

Comments
 (0)