Skip to content

Commit

Permalink
Default to root package type
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 14, 2023
1 parent 2b88456 commit 1296824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/src/composables/package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default composable<ResolvedOptions>(
...common,
name: packageOptions.name,
version: '0.0.0',
type: packageOptions.type,
type: packageOptions.type ?? type,
};
},
JSON_OPTIONS,
Expand Down

0 comments on commit 1296824

Please sign in to comment.