Skip to content

Commit e4728dd

Browse files
chore: Added MIT LICENSE and deps update (#14)
* feat: Added MIT LICENSE * chore: Deps update
1 parent bc95235 commit e4728dd

File tree

4 files changed

+25
-12612
lines changed

4 files changed

+25
-12612
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ node_modules
1818
.env.test.local
1919
.env.production.local
2020
.idea
21-
21+
package-json.lock
2222
npm-debug.log*
2323
yarn-debug.log*
2424
yarn-error.log*
25+
yarn.lock

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016 Nader Dabit
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^16.13.0",
1616
"react-helmet": "^6.1.0",
1717
"react-lottie": "^1.2.3",
18-
"react-native-elements": "https://github.com/react-native-elements/react-native-elements#master",
18+
"react-native-elements": "latest",
1919
"react-native-safe-area-context": "^3.1.9",
2020
"react-native-vector-icons": "^6.7.0",
2121
"react-native-web": "^0.12.0",

0 commit comments

Comments
 (0)