Skip to content

Commit 9aa597a

Browse files
authored
Delete the js/package-lock.json file (#49)
* Delete package-lock.json Let students generate their own lock files with latest package versions. This improves security. * Prevent package-lock commits across the whole repo
1 parent 99bda07 commit 9aa597a

File tree

2 files changed

+2
-5087
lines changed

2 files changed

+2
-5087
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ npm-debug.log*
5252
yarn-debug.log*
5353
yarn-error.log*
5454

55+
**/package-lock.json
56+
5557
# Runtime data
5658
pids
5759
*.pid

0 commit comments

Comments
 (0)