Skip to content

Commit 41487be

Browse files
committed
📦 dep-up(package-lock.json): ran npm install to update package-lock.json
updated the package-lock.json
1 parent 71cde7a commit 41487be

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@
131131
"cz-gitmoji-adapter": {
132132
"scopes": [
133133
".depcheckrc.json",
134-
".eslintrc.json",
135134
".eslintignore",
135+
".eslintrc.json",
136136
".gitignore",
137137
".prettierignore",
138138
".prettierrc.json",
139139
"license",
140140
"readme.md",
141-
"commitlint.config.ts",
142141
"commit-template.hbs",
142+
"commitlint.config.ts",
143143
"default-template.hbs",
144144
"emojitypescommitmessages.txt",
145145
"jest.config.json",
@@ -155,8 +155,8 @@
155155
"repo_management_files/cz-type-extract.js",
156156
"repo_management_files/directorystructuredocument.md",
157157
"repo_management_files/extractfilescopes.js",
158-
"repo_management_files/genericcommitmessages.md",
159158
"repo_management_files/gitmojisemver-extract.js",
159+
"repo_management_files/genericcommitmessages.md",
160160
"repo_management_files/issues.sh",
161161
"repo_management_files/labels.sh",
162162
"repo_management_files/packagejsondocument.md",
@@ -165,8 +165,8 @@
165165
".github/workflows/docs.yml",
166166
".github/workflows/lint.yml",
167167
".github/workflows/pr.yml",
168-
".github/workflows/release.yml",
169168
".github/workflows/test.yml",
169+
".github/workflows/release.yml",
170170
".husky/commit-msg",
171171
".husky/prepare-commit-msg",
172172
".husky/_/.gitignore",
@@ -175,35 +175,35 @@
175175
".husky/_/h",
176176
".husky/_/post-applypatch",
177177
".husky/_/post-commit",
178+
".husky/_/post-checkout",
178179
".husky/_/post-merge",
179180
".husky/_/post-rewrite",
180181
".husky/_/pre-applypatch",
181-
".husky/_/post-checkout",
182182
".husky/_/pre-auto-gc",
183-
".husky/_/pre-commit",
184183
".husky/_/pre-push",
185-
".husky/_/pre-rebase",
186184
".husky/_/prepare-commit-msg",
185+
".husky/_/pre-rebase",
186+
".husky/_/pre-commit",
187187
"src/app.ts",
188188
"src/bin/.gitkeep",
189189
"src/configs/.gitkeep",
190-
"src/middleware/.gitkeep",
191190
"src/controllers/.gitkeep",
191+
"src/middleware/.gitkeep",
192192
"src/models/.gitkeep",
193193
"src/utils/.gitkeep",
194-
"src/plugins/.gitkeep",
195-
"src/views/.gitkeep",
196194
"src/routes/.gitkeep",
195+
"src/views/.gitkeep",
196+
"src/plugins/.gitkeep",
197197
"test/.gitkeep",
198198
"test/bin/.gitkeep",
199-
"test/middleware/.gitkeep",
200-
"test/plugins/.gitkeep",
201199
"test/configs/.gitkeep",
202200
"test/controllers/.gitkeep",
201+
"test/middleware/.gitkeep",
203202
"test/models/.gitkeep",
204203
"test/routes/.gitkeep",
205204
"test/utils/.gitkeep",
206-
"test/views/.gitkeep"
205+
"test/views/.gitkeep",
206+
"test/plugins/.gitkeep"
207207
],
208208
"questions": {
209209
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)