tauri/.changes/tauri-cli.md
2021-01-30 12:15:47 -03:00

8 lines
306 B
Markdown

---
"tauri.js": minor
---
The Tauri Node.js CLI package is now `@tauri-apps/cli`.
To use the new CLI, delete the old `tauri` from your `package.json` and install the new package:
`$ yarn remove tauri && yarn add --dev @tauri-apps/cli` or `$ npm uninstall tauri && npm install --save-dev @tauri-apps/cli`.