Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit 6ea60dc

Browse files
committed
Start working on docs
1 parent f643748 commit 6ea60dc

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Global rule:
2+
* @MatiPl01 @kacperklusek

.github/workflows/check_pr_title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions: write-all
1212
jobs:
1313
validate_pr_title:
1414
name: Validate PR title
15+
if: ${{ github.actor != 'dependabot[bot]' }}
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: amannn/action-semantic-pull-request@v5

LICENSE

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

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smart-graph",
33
"description": "React Native library for creating animated dynamic graphs",
4-
"version": "0.0.0-development",
4+
"version": "0.0.1-development",
55
"author": {
66
"name": "Mateusz Łopaciński",
77
"email": "lop.mateusz.2001@gmail.com"
@@ -63,6 +63,19 @@
6363
"files": [
6464
"dist"
6565
],
66+
"homepage": "https://github.com/MatiPl01/react-native-smart-graph#readme",
67+
"keywords": [
68+
"graph",
69+
"react-native",
70+
"react-native-animated-dynamic-graph",
71+
"react-native-animated-graph",
72+
"react-native-animated-smart-graph",
73+
"react-native-dynamic-graph",
74+
"react-native-graph",
75+
"react-native-smart-graph",
76+
"smart-graph"
77+
],
78+
"license": "MIT",
6679
"lint-staged": {
6780
"*.{js,jsx,ts,tsx}": [
6881
"eslint --fix",

0 commit comments

Comments
 (0)