Skip to content

Commit b519b26

Browse files
test add dependency statement
1 parent 03d1fdb commit b519b26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unity-chat/PubnubChatUnity/Assets/PubnubChat/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"description": "Contains a ScriptableObject with PubnubChatConfig properties that can be used to initialize a new Chat object and a sample Pubnub Chat MonoBehaviour script that runs a few example tasks in the console.",
2424
"path": "Samples~/PubnubChatConfigAsset"
2525
}
26-
]
26+
],
27+
"dependencies": {
28+
"com.pubnub.sdk": "9.1.0"
29+
}
2730
}

0 commit comments

Comments
 (0)