Skip to content

Commit

Permalink
Merge pull request #21 from mindfiredigital/feature/modify-package-ex…
Browse files Browse the repository at this point in the history
…ample

fix: add image path to package.json file
  • Loading branch information
deepakyadav-01 authored Sep 4, 2024
2 parents 8ad13ba + 80afb3f commit 826e58d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist"
"dist",
"react-text-igniter-screenshot.png"
],
"peerDependencies": {
"react": ">=18.0.0",
Expand Down

0 comments on commit 826e58d

Please sign in to comment.