1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2025-01-07 03:44:07 +03:00
tauri/examples/updater/package.json
Amr Bashir 1d7171a1ec
chore: add prettierignore and fmt the repo ()
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-09-18 09:16:35 -03:00

8 lines
118 B
JSON

{
"name": "updater",
"version": "1.0.0",
"scripts": {
"tauri": "node ../../tooling/cli/node/tauri.js"
}
}