Skip to content

Commit

Permalink
Merge pull request #102 from Saifullah-dev/release/deno
Browse files Browse the repository at this point in the history
fix(JSR Release): Add `jsr.json` for `jsr publish`
  • Loading branch information
Saifullah-dev authored Nov 14, 2024
2 parents 01eb840 + c4ef77b commit 538f4ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions frontend/jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "@cubone/react-file-manager",
"version": "1.10.4",
".": "./dist/react-file-manager.es.js",
"description": "React File Manager is an open-source, user-friendly component designed to easily manage files and folders within applications. With smooth drag-and-drop functionality, responsive design, and efficient navigation, it simplifies file handling in any React project."
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cubone/react-file-manager",
"private": false,
"version": "1.7.1",
"version": "1.10.4",
"type": "module",
"module": "dist/react-file-manager.es.js",
"files": [
Expand Down

0 comments on commit 538f4ff

Please sign in to comment.