Skip to content

Commit

Permalink
Merge pull request #106 from Saifullah-dev/release/deno
Browse files Browse the repository at this point in the history
fix(JSR Release): Add negative glob for `dist` to unexclude from gitignore `jsr.json` for `jsr publish`
  • Loading branch information
Saifullah-dev authored Nov 14, 2024
2 parents 98ba66b + 38d5419 commit 3dbfab2
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"]
"exclude": ["tests/**", "src/**/*.jsx", "!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 3dbfab2

Please sign in to comment.