Skip to content

Commit

Permalink
Implemented backend
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 10, 2024
1 parent cc17016 commit 804148a
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 63 deletions.
205 changes: 148 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@eslint/js": "^9.11.1",
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@stylistic/eslint-plugin": "^2.8.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.7",
"esbuild": "^0.24.0",
Expand All @@ -56,9 +55,9 @@
"typescript-eslint": "^8.8.0"
},
"peerDependencies": {
"@zenfs/core": "^1.0.2"
"@zenfs/core": "^1.0.4"
},
"dependencies": {
"utilium": "^0.7.1"
"dropbox": "^10.34.0"
}
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZenFS Dropbox

***Work in progress***
**_Work in progress_**

> [!IMPORTANT]
> Please read the [ZenFS core documentation](https://zenfs.dev/core)!
Expand All @@ -22,4 +22,4 @@ npm install @zenfs/dropbox
> For CJS, you can `require` the package.
> For a browser environment without support for `type=module` in `script` tags, you can add a `script` tag to your HTML pointing to the `browser.min.js` and use the global `ZenFS_Dropbox` object.
*Work in progress*
_Work in progress_
Empty file removed src/backend.ts
Empty file.
Loading

0 comments on commit 804148a

Please sign in to comment.