request / request-promise-native

The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update package.json & package-lock.json for request-promise-native dependency

GregLebreton opened this issue · comments

Hi, for those who still wants to use this project, you have to bump the request-promise-native to 1.0.9 version (version 0.0.0 is missing the lib folder...)
modify the package.json and package-lock.json accordingly to match an existing version:

...
		"request-promise-native": "^1.0.9",
...