0.2.9 • Published 9 months ago

@nice-move/syncpack-config v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@nice-move/syncpack-config

A syncpack config created by personal preferences.

npm github node

Installation

npm install @nice-move/syncpack-config --save-dev

Usage

// 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:~'
    }
  ]
});
0.2.9

9 months ago

0.2.8

10 months ago

0.2.7

10 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.6

11 months ago

0.2.3

1 year ago

0.1.4

1 year ago

0.2.2

1 year ago

0.2.5

11 months ago

0.2.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.0

1 year ago