Skip to content

Commit c742bb3

Browse files
author
Focaxis Dev
committed
Normalize npm CLI bin paths
1 parent e3991f5 commit c742bb3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

encoding-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| --- | --- | --- |
55
| `encoding-status.md` | 編碼正常(新建,UTF-8) | Project-local registry created by agent. |
66
| `.gitignore` | 編碼正常(新建,UTF-8) | New text file. |
7-
| `package.json` | 編碼正常(已檢查) | Updated in UTF-8; version bumped to 0.4.1 with ultra-light protocol-first package description. |
7+
| `package.json` | 編碼正常(已檢查) | Updated in UTF-8; version bumped to 0.4.1 with ultra-light protocol-first package description and npm-normalized CLI bin paths. |
88
| `package-lock.json` | 編碼正常(已檢查) | Updated in UTF-8; package version metadata now matches the 0.4.1 release. |
99
| `tsconfig.json` | 編碼正常(新建,UTF-8) | New text file. |
1010
| `LICENSE` | 編碼正常(新建,UTF-8) | New text file. |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
},
1515
"bin": {
16-
"deja-vu-scan-memory": "./scripts/dejavu-scan-memory.mjs",
17-
"deja-vu-lint-memory": "./scripts/dejavu-lint-memory.mjs"
16+
"deja-vu-scan-memory": "scripts/dejavu-scan-memory.mjs",
17+
"deja-vu-lint-memory": "scripts/dejavu-lint-memory.mjs"
1818
},
1919
"files": [
2020
"dist/src",

0 commit comments

Comments
 (0)