john-doherty/swiped-events

npm install deprecation warnings

ram-you opened this issue · 1 comments

Hi, on npm i swiped-events, have the following warning:
npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.

JaZo commented

It looks like the dependency is accidentially installed as regular dependency instead of dev dependency as I can't see it being used in the code. Maybe it can even be removed completely?