Skip to content

Commit

Permalink
Replace node-minimum-version with rc-file
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 30, 2023
1 parent 3bff77a commit 68fc863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# .npmrc
engine-strict=true
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"author": "tvdijen",
"license": "LGPL-2.1-or-later",
"engines": {
"node": ">=16.0.0",
"npm": ">=6.0.0"
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"postinstall": "minimum-node-version || true",
"build": "webpack"
},
"dependencies": {
Expand All @@ -18,7 +17,6 @@
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"highlight.js": "^11.9.0",
"minimum-node-version": "^3.0.0",
"purecss": "^3.0",
"reset-css": "^5.0.2"
},
Expand Down

0 comments on commit 68fc863

Please sign in to comment.