Skip to content

Commit

Permalink
use node 16 with npm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvice committed Jun 28, 2022
1 parent 78d98d2 commit 1d6f119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Webpack and Tailwind integration for ReactUI",
"main": "dist/index.js",
"engines": {
"node": ">=14",
"npm": ">=7"
"node": "^16",
"npm": "^8"
},
"scripts": {
"build": "npm run build:node && npm run build:esm",
Expand Down

0 comments on commit 1d6f119

Please sign in to comment.