Skip to content

Commit 6021afb

Browse files
Remove package-lock.json and update yarn.lock
- Remove package-lock.json file - Add package-lock.json to .gitignore (we use yarn) - Run yarn install to update yarn.lock with latest dependencies Requested by: Jake Ruesink
1 parent 4fb8d94 commit 6021afb

3 files changed

Lines changed: 11668 additions & 24075 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ web_modules/
7171

7272
.npm
7373

74+
# npm package-lock.json (we use yarn)
75+
package-lock.json
76+
7477
# Optional eslint cache
7578

7679
.eslintcache
@@ -182,4 +185,4 @@ dist
182185
storybook-static
183186

184187
# React Router v7
185-
.react-router/
188+
.react-router/

0 commit comments

Comments
 (0)