Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 9, 2024
1 parent 232f9e3 commit 0e2f3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"Tauri Programme within The Commons Conservancy"
],
"dependencies": {
"@tauri-apps/api": "2.1.1"
"@codeeditorland/api": "2.1.1"
},
"devDependencies": {},
"exports": {
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs",
Expand All @@ -17,7 +18,7 @@
],
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"name": "@tauri-apps/plugin-process",
"name": "@codeeditorland/plugin-process",
"scripts": {
"build": "rollup -c"
},
Expand Down

0 comments on commit 0e2f3ed

Please sign in to comment.