Skip to content

Commit

Permalink
Samples in template project need the template package (#10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Sep 28, 2020
1 parent e69a317 commit 7f97d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/template/template/samples/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/template/template",
"sideEffects": false,
"dependencies": {
"@azure/identity": "latest",
"@azure/template": "latest",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion sdk/template/template/samples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/template/template",
"sideEffects": false,
"dependencies": {
"@azure/identity": "latest",
"@azure/template": "latest",
"dotenv": "^8.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7f97d0e

Please sign in to comment.