Skip to content

Commit 29ac3ec

Browse files
authored
add ISC license reference (#1827)
1 parent 0a75aca commit 29ac3ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

debug-github-repos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@
5151
"githubUrl": "https://github.com/rnc-archive/react-native-drawer-layout",
5252
"expoGo": true,
5353
"dev": true
54+
},
55+
{
56+
"githubUrl": "https://github.com/kazimshah39/react-native-feather-toast",
57+
"expoGo": true
5458
}
5559
]

scripts/fetch-github-data.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ import GitHubRepositoryQuery from './queries/GitHubRepositoryQuery';
1313

1414
config();
1515

16-
const licenses = {};
16+
const licenses = {
17+
isc: {
18+
name: 'ISC License',
19+
url: 'https://www.isc.org/licenses/',
20+
key: 'isc',
21+
spdxId: 'ISC',
22+
},
23+
};
1724

1825
/**
1926
* Fetch licenses from GitHub to be used later to parse licenses from npm

0 commit comments

Comments
 (0)