Skip to content

Commit 6a56d5f

Browse files
authored
Quick fixup to make the module useful again. (#4)
* Slight cleanup * Figured since the module was moved * Bring versions closer to current * Upgrade kite
1 parent 48303ca commit 6a56d5f

File tree

7 files changed

+10382
-2133
lines changed

7 files changed

+10382
-2133
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ module.exports = {
1919
rules: {
2020
'prettier/prettier': 'error',
2121
'react/prop-types': 'off',
22+
'no-underscore-dangle': 'off',
23+
'no-console': 'off',
2224
},
2325
settings: {
2426
react: {

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2022-present React Native WebRTC Community
34
Copyright (c) 2021 Jon Ruddell
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1819
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
22+
SOFTWARE.

0 commit comments

Comments
 (0)