Skip to content

Commit 9ab641d

Browse files
authored
Merge pull request #363 from microsoftgraph/hotfix/msal-dependency
hotfix/msal dependency
2 parents a67b348 + 1c7ef46 commit 9ab641d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Microsoft Graph Client Library",
55
"license": "MIT",
66
"main": "lib/src/index.js",
@@ -13,6 +13,7 @@
1313
"types": "./lib/src/index.d.ts",
1414
"dependencies": {
1515
"@babel/runtime": "^7.4.4",
16+
"msal": "^1.4.4",
1617
"tslib": "^1.9.3"
1718
},
1819
"devDependencies": {
@@ -27,7 +28,6 @@
2728
"isomorphic-fetch": "^2.2.1",
2829
"lint-staged": "^8.1.5",
2930
"mocha": "^6.1.4",
30-
"msal": "^1.0.0",
3131
"prettier": "^1.17.0",
3232
"rollup": "^1.10.1",
3333
"rollup-plugin-babel": "^4.3.2",

src/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* @module Version
1313
*/
1414

15-
export const PACKAGE_VERSION = "2.2.0";
15+
export const PACKAGE_VERSION = "2.2.1";

0 commit comments

Comments
 (0)