request / request-promise-native

The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
ISC License
1.1k stars 63 forks source link

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

Open GregLebreton opened 9 months ago

GregLebreton commented 9 months ago

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",
...