0.4.0 • Published 6 months ago
@nice-move/syncpack-config v0.4.0
@nice-move/syncpack-config
A syncpack config created by personal preferences.
Installation
npm install @nice-move/syncpack-config --save-devUsage
// example: syncpack.config.mjs
// @ts-check
import defineConfig from '@nice-move/syncpack-config';
export default defineConfig(import.meta.url, {
versionGroups: [
{
dependencies: ['@example/*'],
dependencyTypes: ['!local'],
label: 'Pin pnpm workspace',
pinVersion: 'workspace:~'
}
]
});