Skip to content

Commit ebfc3a7

Browse files
chrisbbreuerclaude
andcommitted
fix: standardize package name with zig- prefix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fefdde7 commit ebfc3a7

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

build.zig.zon

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
.{
2-
.name = .result,
3-
.version = "0.1.0",
2+
.name = .@"zig-error-handling",
3+
.version = "0.1.1",
44
.minimum_zig_version = "0.15.0",
55
.fingerprint = 0x136ac11335038c2b,
6+
.dependencies = .{},
67
.paths = .{
7-
"",
8+
"build.zig",
9+
"build.zig.zon",
10+
"src",
11+
"LICENSE",
12+
"README.md",
813
},
914
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zig-error-handling",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"scripts": {
55
"release": "pantry release patch --yes",
66
"release:minor": "pantry release minor --yes",

0 commit comments

Comments
 (0)