Skip to content

Commit 0f3f577

Browse files
mulkatzclaude
andcommitted
chore: exclude sourcemaps from npm package, bump to 1.1.2
Adds negation pattern to files field to exclude *.map files. Reduces unpacked size from 157.8 KB to 56.9 KB (-64%). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c52383e commit 0f3f577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hotkey-display",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Keyboard shortcut UI components with automatic OS detection: Kbd, Hotkey, Cheatsheet, and Command Palette. Mac/Windows/Linux aware.",
55
"type": "module",
66
"license": "MIT",
@@ -53,7 +53,7 @@
5353
"engines": {
5454
"node": ">=18"
5555
},
56-
"files": ["dist"],
56+
"files": ["dist", "!dist/*.map"],
5757
"scripts": {
5858
"build": "tsup && cp src/styles.css src/cheatsheet.css src/palette.css dist/",
5959
"dev": "tsup --watch",

0 commit comments

Comments
 (0)