react-achievements 1.3.5 → 1.3.7

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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  A flexible and customizable achievement system for React applications, perfect for adding gamification elements to your projects.
5
5
 
6
- [![React Achievements](https://img.youtube.com/vi/BWdtiE53S-8/maxresdefault.jpg)](https://youtu.be/BWdtiE53S-8)
6
+ ![React Achievements Demo](https://github.com/dave-b-b/react-achievements/blob/main/images/demo.gif?raw=true)
7
7
 
8
8
  If you want to test the package, you can try it out here:
9
9
 
@@ -374,7 +374,7 @@ badgesButton: {
374
374
 
375
375
  The achievements are stored in local storage. In order to reset the package in your app, you need to delete the key-value pairs in local storage:
376
376
 
377
- ![Key-Value pair delete image](./images/delete_local_storage.png)
377
+ ![Key-Value pair delete image](https://github.com/dave-b-b/react-achievements/blob/main/images/delete_local_storage.png?raw=true)
378
378
 
379
379
 
380
380
  <h2 align="center">📄 License</h2>
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-achievements",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "This package allows users to transpose a React achievements engine over their React apps",
5
5
  "keywords": [
6
6
  "react",