Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner authored Aug 27, 2024
1 parent f8f86d5 commit d3c5ae4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint . && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c",
"lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
},
},
"engines": {
"node": "^20"
},
"dependencies": {
"@sap-ai-sdk/ai-core": "canary",
"@sap-ai-sdk/gen-ai-hub": "canary",
Expand All @@ -23,8 +26,5 @@
"@types/express": "^4.17.21",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2"
},
"engines": {
"node": "^20"
}
}

0 comments on commit d3c5ae4

Please sign in to comment.