Files
tauri-plugins-workspace/plugins/single-instance/examples/vanilla/package.json
T
Lucas Fernandes Nogueira e8069af804 feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
* update to tauri v2

* covector setup

* update locks

* bump packages to v2 through covector, remove rc references

* msrv 1.78

* downgrade 1.79 msrv dep

* test clipboard

* fmt

* bitstream-io 2.3.0

* Revert "test clipboard"

This reverts commit c3e19dbe59.
2024-10-02 12:08:37 -03:00

15 lines
221 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tauri": "tauri"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0"
}
}