Skip to content

Commit

Permalink
chore: rm engines section (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel committed Jun 18, 2024
1 parent 179bd92 commit 27d700e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions db-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
"lib",
"CHANGELOG.md"
],
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"test": "jest --silent"
},
Expand Down
4 changes: 0 additions & 4 deletions hana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"lib",
"CHANGELOG.md"
],
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"test": "npm start && jest --silent",
"test:remote": "jest --silent",
Expand Down
4 changes: 0 additions & 4 deletions postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"lib",
"CHANGELOG.md"
],
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"test": "npm start && jest --silent",
"start": "docker-compose -f pg-stack.yml up -d"
Expand Down
4 changes: 0 additions & 4 deletions sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"lib",
"CHANGELOG.md"
],
"engines": {
"node": ">=16",
"npm": ">=8"
},
"scripts": {
"test": "jest --silent"
},
Expand Down

0 comments on commit 27d700e

Please sign in to comment.