Skip to content

Commit

Permalink
Merge pull request #104 from Saifullah-dev/release/deno
Browse files Browse the repository at this point in the history
fix(JSR Release): Exclude `jsx` files in `jsr publish`
  • Loading branch information
Saifullah-dev authored Nov 14, 2024
2 parents 92810da + 9941cfe commit 4396c51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@cubone/react-file-manager",
"version": "1.10.5",
"version": "1.10.6",
"exports": {
".": "./dist/react-file-manager.es.js"
},
"publish": {
"include": ["dist/**", "README.md", "LICENSE"],
"exclude": ["tests/**", "src/**/*.jsx"]
},
"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."
}

0 comments on commit 4396c51

Please sign in to comment.