Skip to content

Commit

Permalink
fix(build): remove useless npm engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jan 4, 2023
1 parent b59fe7d commit 16a4b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "AGPL-3.0",
"private": true,
"engines": {
"node": "18",
"npm": "8"
"node": ">=18"
},
"scripts": {
"build": "rm -Rf ./dist && rollup -c && yarn build:copy && yarn build:package && yarn build:clean",
Expand Down

0 comments on commit 16a4b43

Please sign in to comment.