Skip to content

Commit

Permalink
fix(#303): support npm 11
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogrodzki committed Jan 23, 2025
1 parent 62c4763 commit 88328e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ yarn-error.log
.next
.env

cjs

tmp
package-lock.json
coverage
Expand All @@ -16,8 +16,10 @@ webpack-stats.json
*.log
dist
.fleet
.history

#dist
lib
browser
esm
cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
},
"engines": {
"node": ">=16.0.0 <23.0.0",
"npm": ">=8.0.0 <11.0.0",
"npm": ">=8.0.0 <12.0.0",
"yarn": ">=1.22.0 <2.0.0"
},
"packageManager": "yarn@1.22.0"
Expand Down

0 comments on commit 88328e5

Please sign in to comment.