diff --git a/README.md b/README.md index d466aa9..fecc845 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -## Support - -If you like the project and want to support my work, you can buy me a coffee :) - -[![paypal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://paypal.me/kaihotz) - # Getting started There are two methods for getting started with this repo. diff --git a/package.json b/package.json index 9a5a8e1..710f07e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rollup-boilerplate", - "version": "4.0.0", + "version": "4.0.1", "description": "Boilerplate for writing React Libraries bundled with Rollup.js to commonJs and ES6 Modules and Storybookt", "author": "Kai Hotz", "license": "MIT", @@ -17,7 +17,7 @@ "dist" ], "engines": { - "node": ">=14", + "node": ">=14.18.0", "npm": ">=6" }, "scripts": {