fix(package.json): Add packageManager field to package.json for pnpm configuration

This commit is contained in:
Juergen Kunz
2025-06-26 23:16:12 +00:00
parent 294420e0b2
commit b5133c2a9c
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartchok',
version: '1.1.0',
version: '1.1.1',
description: 'A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.'
}