m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

Fix package-lock name and version #12

Closed am closed 6 years ago

am commented 6 years ago

Not sure if this could be automated, but it's a matter of keep the package-lock in sync when doing a release. I saw the project uses standard-version for releases, and I've no experience with this package.

I'll take a look to see if this can be part of the release process, either way this fixes the name and version for now.

m0dch3n commented 6 years ago

Oups, I didn't use standard-version, it comes from dekimasoon cordova plugin 🙈 you can take it out, or replace by a better tool, if you want!

am commented 6 years ago

Oh I see. BTW how do you release a new version? Manually create tag and push to npm?

m0dch3n commented 6 years ago

Currently yes, until now, this project, is my second npm package...