jquery-migrate icon indicating copy to clipboard operation
jquery-migrate copied to clipboard

Release: Update the package-lock.json version

Open dmethvin opened this issue 5 years ago • 0 comments

The release script currently updates the package.json file manually which leaves package-lock.json with the old version. Switch the release script to use npm version, it's probably easiest to use the preversion, postversion, and version hooks it provides rather than doing things manually in the release script anyway.

dmethvin avatar Jun 25 '20 01:06 dmethvin