therealklanni / bower-migrate

Migrate packages from bower.json to package.json
10 stars 0 forks source link

no validation of dependencies when "migrated" #59

Open skoblenick opened 7 years ago

skoblenick commented 7 years ago

I would expect this plugin to do some type of migration. It merely copies the dependencies from file to file. Might be nice if it tried to do a validation on the dependencies to ensure they actually exist in the npm registry prior to adding them and proving feedback if they aren't or more valuable if module is known by another name.

therealklanni commented 7 years ago

It was really intended as a simple "migration" of the dependency entries from one file to another, but yeah it could definitely be improved. Thanks for the feedback!