Uninstall a package

I installed a package, but I noticed that it is not for me, how can I delete all the stuff of this package?
i tried with this
bower uninstall --save jquery-lazyload

and I have this message from the console
bower uninstall jquery_lazyload

after I run gulp but when I check the main.js file I can see again the code of this package (lazyload).
I checked the bower.json file and the dependencies lazyload has correctly deleted

where am I wrong? have I missed some steps?

1 Like