You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] 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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: