meeshkan / unmock-js

Fuzz test your REST API calls
https://unmock.io
93 stars 8 forks source link

@types/sinon and other dependant types should be included as dependencies #186

Open ksaaskil opened 5 years ago

ksaaskil commented 5 years ago

Otherwise installers of unmock need to install those types themselves. Shipping types as "production" dependencies is the recommended approach here.

ksaaskil commented 5 years ago

Dependencies to lerna packages can be added most easily with the lerna add command.