From c1d67510f58acb667e146af598c076bde5b886d1 Mon Sep 17 00:00:00 2001 From: silverdragon246 Date: Tue, 23 Apr 2024 17:37:06 -0700 Subject: [PATCH] Hello --- README.md | 2 +- package-lock.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e0907..d14ecbf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Want to make a change? Great! Here are the steps: 3. Implement your code changes for your feature: Beep boop away! Before pushing, make sure that your app builds with 'npm run build', without any errors. 4. Update your local branch with changes from main branch. ``` - git merge main + git merge master ``` 5. Once you're ready, stage and commit your changes. ``` diff --git a/package-lock.json b/package-lock.json index 4d74258..e85d400 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "bias-by-us", "version": "1.0.0", "license": "MIT", "devDependencies": {