From ea96ca5cfbca7d1819d57728c826daae7b7b58b8 Mon Sep 17 00:00:00 2001 From: Ivo Date: Sun, 24 May 2026 10:02:12 +0200 Subject: [PATCH] remove stale bin/ symlink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bin/unlayer symlink was a broken artifact from an old npm link attempt — its target path didn't resolve and bin/ was excluded from the published package via the "files" field. The "bin" field in package.json is what actually registers the unlayer command on install. Co-Authored-By: Claude Opus 4.7 (1M context) --- bin/unlayer | 1 - 1 file changed, 1 deletion(-) delete mode 120000 bin/unlayer diff --git a/bin/unlayer b/bin/unlayer deleted file mode 120000 index 7d9e9ec..0000000 --- a/bin/unlayer +++ /dev/null @@ -1 +0,0 @@ -../lib/node_modules/@unlayer/cli/dist/index.js \ No newline at end of file