Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 9, 2024
1 parent 73e25f1 commit 413fce0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1,497 deletions.
51 changes: 24 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{
"name": "@tauri-apps/plugin-fs",
"version": "2.0.0-beta.5",
"description": "Access the file system.",
"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.13"
}
"name": "@tauri-apps/plugin-fs",
"description": "Access the file system.",
"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.13"
},
"authors": [
"Tauri Programme within The Commons Conservancy"
]
}
Loading

0 comments on commit 413fce0

Please sign in to comment.