Skip to content

Commit

Permalink
Merge pull request #107 from Saifullah-dev/release/deno
Browse files Browse the repository at this point in the history
fix(JSR Release): Remove extra modules from `exclude` in `jsr.json` for `jsr publish`
  • Loading branch information
Saifullah-dev authored Nov 14, 2024
2 parents 3dbfab2 + 1f24fd5 commit 717dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"publish": {
"include": ["dist/**", "README.md", "LICENSE"],
"exclude": ["tests/**", "src/**/*.jsx", "!dist/**"]
"exclude": ["!dist/**"]
},
"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 717dcba

Please sign in to comment.