Skip to content

Commit 0e10042

Browse files
committed
chore(general): rename LICENSE file + BrowserStack disclaimer
1 parent a46b6d9 commit 0e10042

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

File renamed without changes.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ For any help or support, please reach us to contact@reactylon.com.
5252
Reactylon is licensed under the MIT License, with the inclusion of other dependencies licensed under separate terms:
5353

5454
- Babylon.js: Licensed under the Apache License, Version 2.0. For more details, visit the Babylon.js License.
55-
- React & React Native: Licensed under the MIT License. For more details, visit the React License.
55+
- React & React Native: Licensed under the MIT License. For more details, visit the React License.
56+
57+
## Acknowledgements
58+
This project is tested with BrowserStack.

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
fi
2323

2424
## add licenses
25-
cp "../../LICENSE.md" "./build/index.js.LICENSE.txt"
25+
cp "../../LICENSE" "./build/index.js.LICENSE.txt"
2626

2727
## add readme
2828
cp "../../README.md" "./build/README.md"

0 commit comments

Comments
 (0)