Skip to content

Commit

Permalink
fix: add strict engines support;
Browse files Browse the repository at this point in the history
  • Loading branch information
nimatrengo committed Jul 12, 2023
1 parent 987fb4a commit 528cad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
"repository": {
"type": "git",
"url": "https://github.com/nimatrengo/soft_bun.git"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
}
}

0 comments on commit 528cad2

Please sign in to comment.