summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-01-15 12:06:29 -0800
committerGitHub <noreply@github.com>2022-01-15 21:06:29 +0100
commit0ed9b006e87c055f232f11ef5bdfff15075c36cd (patch)
treec78632a0346293d8956d4b9b25c90c2860e72946 /package-lock.json
parentd7c2a2951c6a0a85f43675c83d3d639cd50eccb4 (diff)
downloadgitea-0ed9b006e87c055f232f11ef5bdfff15075c36cd.tar.gz
gitea-0ed9b006e87c055f232f11ef5bdfff15075c36cd.zip
Add lockfile-check (#18285)
* Add lockfile-check This check runs `npm install` which will rewrite the lockfile in case it is inconsistent with package.json. This check detects this and will fail the CI in such a case.
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 845be7179c..3d62eb1ab2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4,6 +4,7 @@
"requires": true,
"packages": {
"": {
+ "name": "gitea",
"license": "MIT",
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",