Skip to content

Commit a4f7da2

Browse files
authored
Merge pull request #2 from Azure-Samples/ga-update
update package
2 parents ae3fdac + 561565f commit a4f7da2

File tree

3 files changed

+14
-70
lines changed

3 files changed

+14
-70
lines changed

AppCreationScripts/apps.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"version": "1.0.0",
44
"description": "Command line app showing how to use client credential grant to acquire tokens from Azure AD",
55
"main": "bin/index.js",
6-
"private": true,
76
"bin": {
87
"msal-node-cli": "bin/index.js"
98
},
109
"author": "",
1110
"license": "MIT",
1211
"dependencies": {
13-
"@azure/msal-node": "^1.0.0-beta.3",
12+
"@azure/msal-node": "^1.0.0",
1413
"dotenv": "^8.2.0",
1514
"yargs": "^16.2.0"
1615
}

0 commit comments

Comments
 (0)