Skip to content

Commit

Permalink
chore(node): remove npm engine pinning in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harryherbig committed Dec 18, 2023
1 parent 9ae9bda commit 2ccb3e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.37.0",
"description": "T-Online API Repo",
"engines": {
"node": "18",
"npm": "9"
"node": "18"
},
"scripts": {
"checks": "npm run lint && npm run test",
Expand Down

0 comments on commit 2ccb3e7

Please sign in to comment.