Skip to content

Commit e9114de

Browse files
committed
Fix linting
1 parent 8bf9fab commit e9114de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump-version/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const main = (program) => {
7676
restoreVersion = getLatestVersion(name)
7777
notices.push(
7878
`⚠️ Restoring ${name} to its latest published npm version (${restoreVersion}) instead of the repo's dev version (${repoVersion}).\n` +
79-
` This package is released independently and excluded from the monorepo SDK version bump to avoid publishing an unreleased dev version to npm.`
79+
` This package is released independently and excluded from the monorepo SDK version bump to avoid publishing an unreleased dev version to npm.`
8080
)
8181
}
8282
// Restore to the original version

0 commit comments

Comments
 (0)