Hi, thanks for your work on this package - incredibly helpful. Running into a small issue, when I npm install the package I get this warning:
npm WARN bats-assert@2.0.0 requires a peer of
bats-support@git+https://github.com/ztombol/bats-support.git#v0.2.0
but none is installed. You must install peer dependencies yourself.
and this package.json peer dependencies for bats-assert:
Any chance this could be published? "bats-support": "0.3.0", instead of"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0", in the local package.json would be much preferred. Thanks!
Hi, thanks for your work on this package - incredibly helpful. Running into a small issue, when I
npm install
the package I get this warning:and this
package.json
peer dependencies forbats-assert
:However, in master for
v2.0.0
I see the updated bats-support depAny chance this could be published?
"bats-support": "0.3.0",
instead of"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0",
in the localpackage.json
would be much preferred. Thanks!