Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 14, 2024
1 parent 1420666 commit c77ba93
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 66 deletions.
49 changes: 23 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
{
"name": "@tauri-apps/plugin-process",
"version": "2.0.0-beta.7",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"type": "module",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"exports": {
"types": "./dist-js/index.d.ts",
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs"
},
"scripts": {
"build": "rollup -c"
},
"files": [
"dist-js",
"README.md",
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.15"
}
"name": "@tauri-apps/plugin-process",
"exports": {
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs",
"types": "./dist-js/index.d.ts"
},
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"types": "./dist-js/index.d.ts",
"files": [
"dist-js",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.15"
},
"authors": [
"Tauri Programme within The Commons Conservancy"
]
}
15 changes: 0 additions & 15 deletions src/commands.rs

This file was deleted.

25 changes: 0 additions & 25 deletions src/lib.rs

This file was deleted.

0 comments on commit c77ba93

Please sign in to comment.