diff --git a/frontend/jsr.json b/frontend/jsr.json index 7a53aa5..cdf1221 100644 --- a/frontend/jsr.json +++ b/frontend/jsr.json @@ -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." }