Skip to content

Commit

Permalink
Force Azure cli to use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clevin49958 committed Sep 11, 2022
1 parent 68e1338 commit f670b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mj-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"@types/react-select": "^5.0.1",
"eslint": "^8.18.0",
"prettier": "2.6.2"
},
"engines": {
"npm": ">=7.0.0"
}
}
2 changes: 1 addition & 1 deletion mj-calc/src/modules/components/SaveResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function ExportResult() {
);
console.log(result);
await fetch(
"https://uva4irj949.execute-api.us-east-2.amazonaws.com/save-game",
"https://richiimj.azurewebsites.net/game",
{
method: "POST",
headers: {
Expand Down

0 comments on commit f670b6b

Please sign in to comment.