postmanlabs / raml2postman

Coverts RAML specs to Postman Collections (v1 of the collection format)
MIT License
19 stars 10 forks source link

updating the code to use _.bind as lodash discontinued support for co… #7

Open anandsunderraman opened 6 years ago

anandsunderraman commented 6 years ago

Changing code to use _.bind as lodash 4+ does not support passing this context parameter. This is an attempt to get this library running again