Skip to content

Commit e57d89a

Browse files
1 parent a59c0fc commit e57d89a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tauri-apps/plugin-updater",
2+
"name": "@codeeditorland/plugin-updater",
33
"exports": {
44
"import": "./dist-js/index.js",
55
"require": "./dist-js/index.cjs",
@@ -17,8 +17,9 @@
1717
"build": "rollup -c"
1818
},
1919
"dependencies": {
20-
"@tauri-apps/api": "^2.0.0"
20+
"@codeeditorland/api": "^2.0.0"
2121
},
22+
"devDependencies": {},
2223
"authors": [
2324
"Tauri Programme within The Commons Conservancy"
2425
]

0 commit comments

Comments
 (0)