Skip to content

Commit 6c296a0

Browse files
committed
Re-adding peerdependency meta in package.json
1 parent dfce4fd commit 6c296a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@
9393
"type": "git",
9494
"url": "https://github.com/microsoftgraph/msgraph-sdk-javascript.git"
9595
},
96+
"peerDependenciesMeta": {
97+
"msal": {
98+
"optional": true
99+
},
100+
"@azure/identity": {
101+
"optional": true
102+
}
103+
},
96104
"nyc": {
97105
"all": true,
98106
"cache": false,

0 commit comments

Comments
 (0)