Skip to content

Commit 1af058b

Browse files
squash!
1 parent 0c7e190 commit 1af058b

18 files changed

+23
-1918
lines changed

package.json

+23-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
{
2-
"name": "@tauri-apps/plugin-updater",
3-
"version": "2.0.0-beta.5",
4-
"license": "MIT or APACHE-2.0",
5-
"authors": [
6-
"Tauri Programme within The Commons Conservancy"
7-
],
8-
"type": "module",
9-
"types": "./dist-js/index.d.ts",
10-
"main": "./dist-js/index.cjs",
11-
"module": "./dist-js/index.js",
12-
"exports": {
13-
"types": "./dist-js/index.d.ts",
14-
"import": "./dist-js/index.js",
15-
"require": "./dist-js/index.cjs"
16-
},
17-
"scripts": {
18-
"build": "rollup -c"
19-
},
20-
"files": [
21-
"dist-js",
22-
"README.md",
23-
"LICENSE"
24-
],
25-
"dependencies": {
26-
"@tauri-apps/api": "2.0.0-beta.13"
27-
}
2+
"name": "@tauri-apps/plugin-updater",
3+
"exports": {
4+
"import": "./dist-js/index.js",
5+
"require": "./dist-js/index.cjs",
6+
"types": "./dist-js/index.d.ts"
7+
},
8+
"main": "./dist-js/index.cjs",
9+
"module": "./dist-js/index.js",
10+
"types": "./dist-js/index.d.ts",
11+
"files": [
12+
"dist-js",
13+
"README.md",
14+
"LICENSE"
15+
],
16+
"scripts": {
17+
"build": "rollup -c"
18+
},
19+
"dependencies": {
20+
"@tauri-apps/api": "2.0.0-beta.13"
21+
},
22+
"authors": [
23+
"Tauri Programme within The Commons Conservancy"
24+
]
2825
}

src/commands.rs

-147
This file was deleted.

src/config.rs

-138
This file was deleted.

0 commit comments

Comments
 (0)