Skip to content

Commit

Permalink
Adds explicit name property to package.json to prevent a newly ge…
Browse files Browse the repository at this point in the history
…nerated `name` in `package-lock.json` on every upgrade.
  • Loading branch information
nwaldispuehl committed Sep 20, 2023
1 parent 3c80c5b commit 5a537df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "wg-access-server-website",
"scripts": {
"codegen": "node_modules/.bin/grpc-ts-web -o src/sdk ../proto/*.proto",
"start": "react-scripts start",
Expand Down

0 comments on commit 5a537df

Please sign in to comment.