Skip to content

Commit 7a09fc6

Browse files
committed
chore: bump version to 1.0.5
- Remove packageManager field to eliminate version conflict - Update engines.pnpm to >=10.14.0 to match GitHub Actions
1 parent e645fdd commit 7a09fc6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect-audio",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "High-performance M4A to MP3 converter built with Effect and TypeScript",
55
"main": "dist/index.js",
66
"type": "module",
@@ -50,7 +50,6 @@
5050
},
5151
"engines": {
5252
"node": ">=18.0.0",
53-
"pnpm": ">=8.0.0"
54-
},
55-
"packageManager": "[email protected]"
53+
"pnpm": ">=10.14.0"
54+
}
5655
}

0 commit comments

Comments
 (0)