Skip to content

Commit

Permalink
Merge pull request #31 from KaiHotz/node_verion_and_readme_updated
Browse files Browse the repository at this point in the history
node version and README updated
  • Loading branch information
KaiHotz committed Oct 12, 2022
2 parents 0228477 + ccad8f8 commit 243af1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,7 @@
"dist"
],
"engines": {
"node": ">=14",
"node": ">=14.18.0",
"npm": ">=6"
},
"scripts": {
Expand Down

0 comments on commit 243af1b

Please sign in to comment.