Skip to content

Commit

Permalink
Quick fixup to make the module useful again. (#4)
Browse files Browse the repository at this point in the history
* Slight cleanup

* Figured since the module was moved

* Bring versions closer to current

* Upgrade kite
  • Loading branch information
8BallBomBom authored Oct 4, 2023
1 parent 48303ca commit 6a56d5f
Show file tree
Hide file tree
Showing 7 changed files with 10,382 additions and 2,133 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module.exports = {
rules: {
'prettier/prettier': 'error',
'react/prop-types': 'off',
'no-underscore-dangle': 'off',
'no-console': 'off',
},
settings: {
react: {
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022-present React Native WebRTC Community
Copyright (c) 2021 Jon Ruddell

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

0 comments on commit 6a56d5f

Please sign in to comment.