Skip to content

Commit e135fd6

Browse files
authored
Merge pull request #2 from Azure-Samples/users/ealsur/sdkupgrade
Update to latest SDK
2 parents 10fd254 + 803e201 commit e135fd6

File tree

2 files changed

+47
-64
lines changed

2 files changed

+47
-64
lines changed

package-lock.json

Lines changed: 43 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.0",
44
"description": "A short sample app to demonstrate how to get started with Azure Cosmos DB's SQL API",
55
"main": "app.js",
6+
"scripts": {
7+
"start": "node app.js"
8+
},
69
"dependencies": {
7-
"@azure/cosmos": "3.0.0-21"
10+
"@azure/cosmos": "3.5.2"
811
}
912
}

0 commit comments

Comments
 (0)