Skip to content

Commit dc76d58

Browse files
hyperpolymathclaude
andcommitted
Fix copy-paste package name collision in create-poly
create-poly/deno.json declared @hyperpolymath/rescript-poly-core — the name already owned by packages/core/poly-core — so Deno rejected the workspace once the cadre duplicates were removed (it only reports one collision at a time). The file was clearly copied from poly-core. Rename the package to @hyperpolymath/rescript-create-poly. This was the last duplicate package name in the workspace. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019i2e5ABGBKQmMdqk8puFWx
1 parent 301a2c0 commit dc76d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rescript-ecosystem/packages/tooling/create-poly

rescript-ecosystem/packages/tooling/create-poly/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hyperpolymath/rescript-poly-core",
2+
"name": "@hyperpolymath/rescript-create-poly",
33
"version": "0.1.0",
44
"exports": "./src/PolyCore.res.js",
55
"tasks": {

0 commit comments

Comments
 (0)