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 8, 2024
1 parent fd4c51a commit 285451f
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 379 deletions.
181 changes: 0 additions & 181 deletions CHANGELOG.md

This file was deleted.

100 changes: 0 additions & 100 deletions README.md

This file was deleted.

49 changes: 0 additions & 49 deletions SECURITY.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions android/src/test/java/ExampleUnitTest.kt

This file was deleted.

52 changes: 24 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
{
"name": "@tauri-apps/plugin-fs",
"version": "2.0.0",
"description": "Access the file system.",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"repository": "https://github.com/tauri-apps/plugins-workspace",
"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"
}
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0"
},
"description": "Access the file system.",
"exports": {
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs",
"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-fs",
"scripts": {
"build": "rollup -c"
},
"types": "./dist-js/index.d.ts"
}

0 comments on commit 285451f

Please sign in to comment.