mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
* chore: update unit tests * fix: follow latest action template * chore: add licenses and workflows * chore: remove bloat * chore: fix linter
19 lines
305 B
YAML
19 lines
305 B
YAML
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
|
|
|
|
sources:
|
|
npm: true
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- other
|
|
|
|
ignored:
|
|
npm:
|
|
# Used by Rollup.js when building in GitHub Actions
|
|
- '@rollup/rollup-linux-x64-gnu'
|