rollup / rollup-starter-lib

Bare-bones example of how to create a library using Rollup
MIT License
961 stars 230 forks source link

Upgrade package versions and readme #77

Open bennykl opened 7 months ago

bennykl commented 7 months ago

This PR includes two major updates:

  1. Upgraded Packages to Latest Versions

    • All dependencies in the project have been upgraded to their latest versions to ensure better performance and security.
  2. Updated README to Reflect Accurate Information

    • The README file previously mentioned howLongTillLunch as a part of the project configuration. However, within the project's rollup.config.js, the actual reference is howLongUntilLunch. This discrepancy has been corrected in the README for clarity and consistency.

Additional Notes

Looking forward to feedback and suggestions on these changes.