Skip to content

Commit

Permalink
Merge pull request #363 from microsoftgraph/hotfix/msal-dependency
Browse files Browse the repository at this point in the history
hotfix/msal dependency
  • Loading branch information
nikithauc authored Dec 1, 2020
2 parents a67b348 + 1c7ef46 commit 9ab641d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/microsoft-graph-client",
"version": "2.2.0",
"version": "2.2.1",
"description": "Microsoft Graph Client Library",
"license": "MIT",
"main": "lib/src/index.js",
Expand All @@ -13,6 +13,7 @@
"types": "./lib/src/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.4.4",
"msal": "^1.4.4",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand All @@ -27,7 +28,6 @@
"isomorphic-fetch": "^2.2.1",
"lint-staged": "^8.1.5",
"mocha": "^6.1.4",
"msal": "^1.0.0",
"prettier": "^1.17.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* @module Version
*/

export const PACKAGE_VERSION = "2.2.0";
export const PACKAGE_VERSION = "2.2.1";

0 comments on commit 9ab641d

Please sign in to comment.