Skip to content

Commit

Permalink
fix: update deno example to latest web sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Sep 13, 2023
1 parent baddb4d commit 0cad782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/deno/web-sdk/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"imports": {
"http": "https://deno.land/[email protected]/http/server.ts",
"momento": "npm:@gomomento/sdk-web@1.35.0",
"momento": "npm:@gomomento/sdk-web@1.39.2",
"xhr4sw": "npm:[email protected]",
"dotenv": "https://deno.land/std/dotenv/mod.ts"

}
}
}

0 comments on commit 0cad782

Please sign in to comment.