Skip to content

Commit c5bedf3

Browse files
1 parent 969602e commit c5bedf3

File tree

2 files changed

+24
-178
lines changed

2 files changed

+24
-178
lines changed

CHANGELOG.md

-151
This file was deleted.

package.json

+24-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
{
2-
"name": "@tauri-apps/plugin-updater",
3-
"version": "2.3.1",
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": "@codeeditorland/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+
"@codeeditorland/api": "^2.0.0"
21+
},
22+
"devDependencies": {},
23+
"authors": [
24+
"Tauri Programme within The Commons Conservancy"
25+
]
2926
}

0 commit comments

Comments
 (0)