tauri/.changes/cli-add-npm.md
Amr Bashir 62b52f60a2
fix(cli/add): use >= for npm and ~ for other package managers (#11064)
* fix(cli/add): use `>=` for npm and `~` for other package managers

closes #10906

* headers

* fix audit

* fix headers
2024-09-19 23:11:40 +03:00

139 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

Fix tauri add failing to add NPM depenency with npm package manager.