| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 828af3c commit 3ccca37
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | #!/bin/bash | |
| 2 | + | ||
| 3 | + # SPDX-FileCopyrightText: the secureCodeBox authors | ||
| 2 | 4 | # | |
| 5 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 6 | + | ||
| 3 | 7 | # Applies all MINOR updates to all `package.json` files using `ncu -u -t minor` | |
| 4 | 8 | # in the repository and updates | |
| 5 | 9 | # the `package-lock.json` using `npm i` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | #!/usr/bin/env bash | |
| 2 | 2 | ||
| 3 | + # SPDX-FileCopyrightText: the secureCodeBox authors | ||
| 4 | + # | ||
| 5 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 6 | + | ||
| 3 | 7 | set -euo pipefail | |
| 4 | 8 | ||
| 5 | 9 | if [ -z "${PROJECT_DIR:-}" ]; then | |
| Back | FazBrowse Home | New Git URL |
0 commit comments