LearnNewsExamplesServices
Frontmatter
id6569
titleBuild scripts: soften the neo.mjs repo name check
stateClosed
labels
enhancement
assignees[]
createdAtMar 12, 2025, 11:36 AM
updatedAtMar 12, 2025, 11:37 AM
githubUrlhttps://github.com/neomjs/neo/issues/6569
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 12, 2025, 11:37 AM

Build scripts: soften the neo.mjs repo name check

Closed v8.32.0 enhancement
tobiu
tobiu commented on Mar 12, 2025, 11:36 AM
  • For forks or external framework enhancements, it makes sense to soften the repo check a little bit.
  • Old: packageJson.name === 'neo.mjs'
  • New: packageJson.name.includes('neo.mjs')
tobiu added the enhancement label on Mar 12, 2025, 11:36 AM
tobiu referenced in commit aef8689 - "Build scripts: soften the neo.mjs repo name check #6569" on Mar 12, 2025, 11:37 AM
tobiu closed this issue on Mar 12, 2025, 11:37 AM