0.4.0 • Published 6 months ago

@nice-move/syncpack-config v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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.3.0

8 months ago

0.4.0

6 months ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.6

1 year ago

0.2.3

1 year ago

0.1.4

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.0

2 years ago