react-file-preview-engine 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -309,4 +309,4 @@ type Renderer<T extends object = {}> = {
309
309
 
310
310
  ## Author
311
311
 
312
- [Sahil Aggarwal](https://www.github.com/SahilAggarwal2004)
312
+ [Sahil Aggarwal](https://github.com/SahilAggarwal2004)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-file-preview-engine",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A renderer-driven React file preview engine with extensible architecture for images, video, audio, PDF, HTML, and custom formats.",
5
5
  "license": "MIT",
6
6
  "author": "Sahil Aggarwal <aggarwalsahil2004@gmail.com>",
@@ -22,6 +22,7 @@
22
22
  "files": [
23
23
  "dist"
24
24
  ],
25
+ "sideEffects": false,
25
26
  "types": "dist/index.d.ts",
26
27
  "dependencies": {
27
28
  "mime": "^4.1.0",