Skip to content

Commit

Permalink
fix(JSR Release): Correct export format of jsr.json for `jsr publ…
Browse files Browse the repository at this point in the history
…ish`
  • Loading branch information
Saifullah-dev committed Nov 14, 2024
1 parent 538f4ff commit 32544bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@cubone/react-file-manager",
"version": "1.10.4",
".": "./dist/react-file-manager.es.js",
"version": "1.10.5",
"exports": {
".": "./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.10.4",
"version": "1.10.5",
"type": "module",
"module": "dist/react-file-manager.es.js",
"files": [
Expand Down

0 comments on commit 32544bf

Please sign in to comment.