@winston.wan/burn-your-money 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/install.js +1 -0
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -88,6 +88,7 @@ function installScripts() {
88
88
  function configureSettings() {
89
89
  log("Configuring Claude Code...", colors.cyan);
90
90
  const home = getHomeDir();
91
+ const projectRoot = __dirname;
91
92
  const settingsFile = path.join(home, '.claude', 'settings.json');
92
93
 
93
94
  let settings = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winston.wan/burn-your-money",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "💸 Burn Your Money - 实时显示 Claude Code 的 token 消耗,看着你的钱包燃烧!",
5
5
  "main": "src/statusline.js",
6
6
  "scripts": {