Skip to content

Commit

Permalink
feat: Remove the engine restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Nov 16, 2023
1 parent ee93948 commit c3ec64f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
engine-strict=true
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"debug": "nodemon --inspect -e ts -w ./src -x pnpm run watch",
"test": "jest"
},
"engines": {
"node": ">=20.0.0 <22.0.0"
},
"bin": {
"ncr": "dist/index.cjs"
},
Expand Down

0 comments on commit c3ec64f

Please sign in to comment.