Skip to content

Commit 2e0d321

Browse files
committed
- moves msal dependency to runtime deps
1 parent a67b348 commit 2e0d321

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 3 additions & 5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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",

0 commit comments

Comments
 (0)