We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59c0fc commit e57d89aCopy full SHA for e57d89a
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@tauri-apps/plugin-updater",
+ "name": "@codeeditorland/plugin-updater",
3
"exports": {
4
"import": "./dist-js/index.js",
5
"require": "./dist-js/index.cjs",
@@ -17,8 +17,9 @@
17
"build": "rollup -c"
18
},
19
"dependencies": {
20
- "@tauri-apps/api": "^2.0.0"
+ "@codeeditorland/api": "^2.0.0"
21
22
+ "devDependencies": {},
23
"authors": [
24
"Tauri Programme within The Commons Conservancy"
25
]
0 commit comments