bluefairy 0.0.2 → 0.0.3

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.
@@ -2,7 +2,7 @@
2
2
  setlocal
3
3
  if "%BLUEFAIRY_HOME%"=="" set "BLUEFAIRY_HOME=%USERPROFILE%\.bluefairy"
4
4
 
5
- call bluefairy init --quiet >NUL 2>&1
5
+ call bluefairy.cmd init --quiet >NUL 2>&1
6
6
  if errorlevel 1 (
7
7
  endlocal & exit /b %errorlevel%
8
8
  )
@@ -2,7 +2,7 @@ if (-not $env:BLUEFAIRY_HOME) {
2
2
  $env:BLUEFAIRY_HOME = Join-Path $HOME ".bluefairy"
3
3
  }
4
4
 
5
- & bluefairy init --quiet *> $null
5
+ & bluefairy.cmd init --quiet *> $null
6
6
  if ($LASTEXITCODE -ne 0) {
7
7
  return
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluefairy",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A standalone package freshness guard for uv and npm.",
5
5
  "type": "module",
6
6
  "bin": {