Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 10, 2024
1 parent 3b57234 commit 158641d
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 2,602 deletions.
28 changes: 0 additions & 28 deletions android/src/androidTest/java/ExampleInstrumentedTest.kt

This file was deleted.

3 changes: 0 additions & 3 deletions android/src/main/AndroidManifest.xml

This file was deleted.

93 changes: 0 additions & 93 deletions android/src/main/java/FsPlugin.kt

This file was deleted.

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-rc.2",
"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-rc.4"
}
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.4"
},
"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"
}
Loading

0 comments on commit 158641d

Please sign in to comment.