Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 3b25b6b

Browse files
author
Sean Perkins
committed
Missing primary typings definition
1 parent a2badea commit 3b25b6b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

opentok.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* iOS and Android apis should match.
3+
* It doesn't matter if you export `.ios` or `.android`, either one but only one.
4+
*/
5+
export * from './opentok.ios';
6+
7+
// Export any shared classes, constants, etc.
8+
// export * from './src/common';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-opentok",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Integrates OpenTok for NativeScript.",
55
"main": "opentok",
66
"nativescript": {

0 commit comments

Comments
 (0)