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

Commit

Permalink
Merge pull request #7 from sean-perkins/release-1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
Sean Perkins authored Jul 28, 2016
2 parents f686348 + 87d2d38 commit 6349c7c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './opentok.ios';
1 change: 0 additions & 1 deletion opentok.android.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion opentok.ios.d.ts

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "nativescript-opentok",
"version": "1.2.0",
"version": "1.2.1",
"description": "Integrates OpenTok for NativeScript.",
"main": "opentok.js",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.1.1",
Expand All @@ -12,7 +13,7 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf demo/node_modules demo/lib demo/platforms",
"demo.ios": "npm run preparedemo; cd demo; tns run ios",
"demo.ios": "npm run preparedemo; cd demo; tns emulate ios",
"demo.android": "npm run preparedemo; cd demo; tns run android",
"preparedemo": "npm run build; cd demo; tns plugin remove nativescript-opentok; tns plugin add ..; tns install",
"setup": "npm i; cd demo; npm install; cd ..; npm run build; cd demo; tns plugin add ..; cd .."
Expand Down
4 changes: 4 additions & 0 deletions src/android/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,8 @@ export class TNSOTSession implements TNSOTSessionI {
return this._delegate;
}

publisher() {

}

}
9 changes: 6 additions & 3 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "nativescript-opentok",
"dependencies": {
"es6-promise": "registry:npm/es6-promise#3.0.0+20160723033700"
"resolution": "main",
"tree": {
"main": "opentok.d.ts",
"global": false,
"name": "natvescript-opentok",
"type": "typings"
}
}

0 comments on commit 6349c7c

Please sign in to comment.