Skip to content

Commit

Permalink
Update dependencies, enhance README, and improve script handling (#213)
Browse files Browse the repository at this point in the history
- Upgraded various dependencies in package.json and package-lock.json, including Babel, Webpack, and ESLint packages to their latest versions for improved performance and security.
- Added new development scripts for easier local development (`dev` and `prod`).
- Updated README to reflect compatibility with both Chromium and Firefox browsers.
- Enhanced the update-index script to properly escape special characters in the Instagram script, ensuring correct functionality.

This commit improves the overall development experience and ensures the project is up-to-date with the latest package versions.
  • Loading branch information
xyztavo authored Jan 20, 2025
1 parent b9d5328 commit 2b7a8db
Show file tree
Hide file tree
Showing 4 changed files with 5,028 additions and 1,668 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ This version utilizes the Instagram API for better performance.
10. With the latest version, you can now tweak and customize the timings of the script. You can do this by clicking on the "Settings" button.

<img src="./assets/settings.png" alt="Settings screen" />

## Notes

**_The more users you have to check, more time it will take_**

**_This script has been tested only on Chromium-based browsers_**
**_The latest version of the script runs both on chromium and firefox based browsers_**

## DEV

Expand Down
Loading

0 comments on commit 2b7a8db

Please sign in to comment.