From 6f4346c0df03339787008424ce5f1992f1e47e90 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Wed, 6 Apr 2022 19:41:39 -0300 Subject: [PATCH] Add new folders to package --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54b5934..8ee4037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigbluebutton-mobile-sdk", - "version": "0.1.12", + "version": "0.1.13", "description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -12,7 +12,8 @@ "lib", "android", "ios", - "common", + "ios-common", + "ios-broadcast-upload-extension", "cpp", "bigbluebutton-mobile-sdk.podspec", "!lib/typescript/example",