Skip to content

Commit

Permalink
Delete the js/package-lock.json file (#49)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
brookr authored Sep 21, 2021
1 parent 99bda07 commit 9aa597a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,087 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

**/package-lock.json

# Runtime data
pids
*.pid
Expand Down
Loading

0 comments on commit 9aa597a

Please sign in to comment.