Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 787c95c

Browse files
committed
Added Newtonsoft as a dependency
1 parent 22e729f commit 787c95c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"description": "The DolbyIO Virtual World Plugin for Unity",
77
"documentationUrl": "https://api-references.dolby.io/comms-sdk-dotnet/documentation/unity/unity.html",
88
"licensesUrl": "https://github.com/DolbyIO/comms-sdk-dotnet/blob/main/LICENSE",
9-
"dependencies": {
10-
11-
},
129
"keywords": [
1310
"audio",
1411
"voice",
@@ -28,5 +25,8 @@
2825
"type": "git",
2926
"url": "https://github.com/DolbyIO/comms-sdk-dotnet",
3027
"directory": "dolbyio.comms.unity"
28+
},
29+
"dependencies": {
30+
"com.unity.nuget.newtonsoft-json": "3.0.2"
3131
}
3232
}

0 commit comments

Comments
 (0)