Skip to content

v1.1.1 - Hotfix: Install Script

Choose a tag to compare

@luw2007 luw2007 released this 11 Dec 16:29
· 7 commits to master since this release

馃悰 Hotfix

This is a quick patch release to fix the install script failure introduced in v1.1.0.

Fixed

  • Fixed install-skim.js import path from ../src/constants.js to ../dist/constants.js
  • Resolves postinstall script failure when installing from npm
  • The dist/ directory is what gets published to npm, not src/

Installation

npm install -g skim-mcp-server@1.1.1

If you're upgrading from v1.1.0, this fix will allow the installation to complete successfully.

Full Changelog: v1.1.0...v1.1.1