Skip to content

Commit

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

fix: add screenshot image to cloudinary
  • Loading branch information
deepakyadav-01 authored Sep 4, 2024
2 parents 826e58d + f571137 commit 08841a5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Ignore everything except the dist folder
*
!dist/
!react-text-igniter-screenshot.png
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `@mindfiredigital/react-text-igniter` is a tool that allows developers to in
<br>

<p align="center">
<img alt="Screenshot of the React Text Igniter" src="./react-text-igniter-screenshot.png"\>
<img alt="Screenshot of the React Text Igniter" src="https://res.cloudinary.com/dxf1kplcx/image/upload/v1725448061/react-text-igniter-screenshot_c4dq9c.png"\>
</p>

## Live Demo
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist",
"react-text-igniter-screenshot.png"
"dist"
],
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
Binary file removed react-text-igniter-screenshot.png
Binary file not shown.

0 comments on commit 08841a5

Please sign in to comment.