Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 3, 2024
2 parents 93cb8b3 + 1357d6c commit 66001b5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"dependencies": {
"@tauri-apps/api": "2.0.1"
},
"name": "@tauri-apps/plugin-cli",
"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"
],
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"name": "@tauri-apps/plugin-cli",
"scripts": {
"build": "rollup -c"
},
"types": "./dist-js/index.d.ts"
"dependencies": {
"@tauri-apps/api": "2.0.1"
},
"authors": [
"Tauri Programme within The Commons Conservancy"
]
}

0 comments on commit 66001b5

Please sign in to comment.