Skip to content

Commit 430e037

Browse files
1 parent 7f0d486 commit 430e037

File tree

2 files changed

+23
-170
lines changed

2 files changed

+23
-170
lines changed

CHANGELOG.md

-143
This file was deleted.

package.json

+23-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
{
2-
"name": "@tauri-apps/plugin-updater",
3-
"version": "2.2.0",
4-
"license": "MIT OR Apache-2.0",
5-
"authors": [
6-
"Tauri Programme within The Commons Conservancy"
7-
],
8-
"repository": "https://github.com/tauri-apps/plugins-workspace",
9-
"type": "module",
10-
"types": "./dist-js/index.d.ts",
11-
"main": "./dist-js/index.cjs",
12-
"module": "./dist-js/index.js",
13-
"exports": {
14-
"types": "./dist-js/index.d.ts",
15-
"import": "./dist-js/index.js",
16-
"require": "./dist-js/index.cjs"
17-
},
18-
"scripts": {
19-
"build": "rollup -c"
20-
},
21-
"files": [
22-
"dist-js",
23-
"README.md",
24-
"LICENSE"
25-
],
26-
"dependencies": {
27-
"@tauri-apps/api": "^2.0.0"
28-
}
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"
21+
},
22+
"authors": [
23+
"Tauri Programme within The Commons Conservancy"
24+
]
2925
}

0 commit comments

Comments
 (0)