Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function setPackageVersion() {
// Stamp the copy of the NPM package in outDir, but use this
// source directory as a reference for calculating the git version.
await nbgv.setPackageVersion(outDir, ".");
}