Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit d6e9bfa

Browse files
committed
chore: update package-lock, remove yarn.lock
npm is used in CI so that should be the only lockfile
1 parent 3b37b4c commit d6e9bfa

File tree

4 files changed

+3187
-4423
lines changed

4 files changed

+3187
-4423
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist
77
.build
88
.envrc
99
.nyc_output/
10+
yarn.lock

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As a contributor, you represent that the code you submit is your original work o
1717

1818
0. [Fork][fork] and clone the repository
1919
0. Create a new branch: `git checkout -b feature/my-new-feature-name`
20-
0. Run `npm install` or `yarn install` to make sure you've got the latest dependencies.
20+
0. Run `npm install` to make sure you've got the latest dependencies.
2121
0. Make your change
2222
0. Run the unit tests and make sure they pass and have 100% coverage. (`npm test`)
2323
0. Push to your fork and [submit a pull request][pr]

0 commit comments

Comments
 (0)