Remove yarn.lock/yarn instructions

This commit is contained in:
Jonathan Clem
2020-08-05 10:59:58 -04:00
parent 96cd61eab7
commit b7580a9be3
3 changed files with 2 additions and 379 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
## Submitting a pull request
1. [Fork][fork] and clone the repository
1. Configure and install the dependencies: `yarn`
1. Configure and install the dependencies: `npm install`
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change, add tests, and make sure the tests still pass
1. Push to your fork and [submit a pull request][pr]