Skip to content

Commit

Permalink
Add Newtonsoft.Json dependency to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
borre-haechi committed Oct 8, 2024
1 parent 35f7659 commit a75ad2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion haechi.face.unity.sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"description": "Face Unity SDK that helps integrating Face Wallet on the Unity platform",
"documentationUrl": "https://docs.facewallet.xyz/docs/overview-1",
"unity": "2021.3",
"dependencies": {},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"samples": [
{
"displayName": "Face Unity Sample",
Expand Down

0 comments on commit a75ad2d

Please sign in to comment.