Skip to content

Commit 9d91104

Browse files
yarn.lock,.yarnrc: remove yarn.lock
Per Kyle Smith's suggestion, we shouldn't hard code which dependency versions this package works with.
1 parent f45f81c commit 9d91104

File tree

3 files changed

+4
-3275
lines changed

3 files changed

+4
-3275
lines changed

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--install.pure-lockfile true

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,6 @@ To run the tests use `yarn test`. To run the tests in watch mode use `yarn test
119119
To lint the files use `yarn lint`.
120120

121121
To compile the TypeScript files use `yarn build`.
122+
123+
Note, we deliberately do not have a "yarn.lock" file because this package is
124+
a library and should (hopefully) work with a wide range of dependencies.

0 commit comments

Comments
 (0)