RonaldJerez / vue-input-facade

A lightweight and dependency free input masking library created specific for Vue
https://ronaldjerez.github.io/vue-input-facade/latest/
182 stars 27 forks source link

Don't use npm as dependency #59

Closed asicfr closed 2 years ago

asicfr commented 2 years ago

Hi, Please, can you delete npm as dependency ? "dependencies": { "npm": "^8.4.1" }

Thanks

RonaldJerez commented 2 years ago

Ohhh, yes great catch, that should not be there. Must have slipped in during the deps upgrade.

Thanks, will remove.

RonaldJerez commented 2 years ago

Fixed in 2.0.1

asicfr commented 2 years ago

Thanks a lot.